How to upload app in playstore using Android dolphin |2021.2.1
How to upload app in playstore using Android Ladybug|2024.2.1 Patch 3
How to upload app in playstore
step 1: change version in pubspec.yaml
change 8.84 to 8.85
step 2: in Terminal run run
flutter pub get
step 3: in Terminal run run
flutter clean
step 4: in Terminal run run
flutter build apk --target-platform android-arm,android-arm64 --split-per-abi
step 4: drag ur projet folder to android studio holidaylandmark, before close ur all project in android studio
below this step not neessary
if we creating first time then
how-to-change-package-name-when-you-publish-app-in-playstore-in-flutter
How to upload app in playstore in Ladybug | 2024.2.1 Patch 3
- modify version code in pubspec.yaml then
flutter clean-->flutter pub get
- generate apk
flutter build apk --target-platform android-arm,android-arm64 --split-per-abi
3.go to android studio-->File-->open-->then select android folder from project
4.then go to Build-->Generate signed app bundle apk
Top comments (0)