Customize the Project
Change the Package name:
Go to the file -> android/app/src/main/AndroidManifest.xmlChange the Name of the app
Go to android/app/src/main/AndroidManifest.xml and change the android label name .for reference see the image below–Change the launcher icon of the app
To change the Icon of the app you need to have a PNG of your app logo and paste it to icon folder with the name of splash.png.. In the path .. assets/icons/splash.pngAnd then go to the terminal and run these commands
Change the Native splash screen icon:
To change the native splash screen icon you need to do the above launcher icons part and then run these commands in the terminal – one by oneRun the app on a phone or emulator or simulator
To do this part you need to select an emulator for the android and an simulator for ios – like thisBuild and Release :
Now Test your apk with command:Flutter build apk --split-per-abiFor releasing it to playstore follow the official guideline in the link below
https://docs.flutter.dev/deployment/android