Dec 03 2024 0 Comment
by Admin user123 Dec 03 2024
Create project news
flutter create --platforms=android,ios aplikasi_buku
Build runner
flutter pub run build_runner build --delete-conflicting-outputs
Build Aab
flutter build appbundle --release
Build Apk
flutter build apk --release
Get package
flutter pub get
flutter clean
flutter upgrade --force
flutter pub get -v
comment 0
Be a first one to comment!