SmartFlore Flutter Mobile App: Learn about the plants that surround you and explore botanical trails.
ios : flutter run ios --release
Android : flutter run android --release
Test in local on android (with release package)
flutter build appbundle
bundletool build-apks --bundle=./build/app/outputs/bundle/release/app-release.aab --output=./build/app/outputs/bundle/release/app-release.apks
bundletool install-apks --apks=./build/app/outputs/bundle/release/app-release.apks
See the following doc