flutter update app version
flutter build appbundle --build-name=1.0.1 --build-number=2
flutter update app version
flutter build appbundle --build-name=1.0.1 --build-number=2
change name of flutter app
#Android
Open AndroidManifest.xml (located at android/app/src/main)
<application
android:label="App Name" ...> // Your app name here
#iOS
Open info.plist (located at ios/Runner)
<key>CFBundleName</key>
<string>App Name</string> // Your app name here
#Don't forget to run
$ flutter clean
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us