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 :) |
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 cleancargo testI 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 apkA lot of output in console, but without Rust crates info.
All reactions