Debug School

rakesh kumar
rakesh kumar

Posted on • Updated on

Flutter:How to upload app in playstore in Flutter

step 1: change version in pubspec.yaml
change 8.84 to 8.85
Image description

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
Image description
below this step not neessary
Image description

Image description

Image description
Image description

if we creating first time then

Image description

Image description

Image description

Image description
Image description
Image description

how-to-change-package-name-when-you-publish-app-in-playstore-in-flutter

Top comments (0)