Closed licaon-kter closed 1 year ago
Last time there were no good ways of building, so I made a couple changes.
Install melos and cargo-ndk
Make sure appropriate android-ndk is installed. You can find the version here as static String ndkVersion =....
$ cargo install cargo-ndk
$ flutter pub global activate melos
Now bootstrap the project deps, build library and copy the shared objects
$ melos bs
$ melos build:android
$ melos copylib:android
All of this should be ran on the root of the package directory
Thanks
Which folder exactly I should be running the script in?