List of Rust crates in final Android APK #536
sergey-serov
started this conversation in
General
Replies: 1 comment 1 reply
-
I think you can configure Let us know if you have any updates :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings, Rinf community!
Just small question - how to display Rust crates in the final Android APK?
For example, when I ran these commands:
cargo clean
cargo test
I see all Rust crates, which are compiling. But with dev-dependency.
Is it possible to see the final list of Rust crates during "flutter build apk/appbundle"?
I had tried:
flutter -vv build apk
A lot of output in console, but without Rust crates info.
Beta Was this translation helpful? Give feedback.
All reactions