Skip to content

telabotanica/smartflore-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Alan Langlois
Nov 28, 2024
36dcc7d · Nov 28, 2024
Nov 9, 2024
Mar 20, 2023
Nov 28, 2024
Apr 18, 2023
Nov 9, 2024
Nov 9, 2024
Nov 28, 2024
Mar 16, 2022
May 13, 2022
Feb 27, 2023
Dec 21, 2021
Oct 12, 2021
Dec 22, 2021
Apr 27, 2022
Nov 9, 2024
Oct 14, 2022
Mar 9, 2023
Nov 9, 2024
Nov 28, 2024

Repository files navigation

smartflore

SmartFlore Flutter Mobile App: Learn about the plants that surround you and explore botanical trails.

Run the app

Run on device

ios : flutter run ios --release Android : flutter run android --release

Test in local on android (with release package)

Build Release Bundle

flutter build appbundle

Build Apks from bundle

bundletool build-apks --bundle=./build/app/outputs/bundle/release/app-release.aab --output=./build/app/outputs/bundle/release/app-release.apks

Install APK on device

bundletool install-apks --apks=./build/app/outputs/bundle/release/app-release.apks

Publish on stores

See the following doc