The AndroidManifest.xml file describes essential information about your app to the Android build tools, the Android operating system, and Google Play.
The AndroidManifest.xml file of a Flutter project locates at:
<project-root>/android/app/src/main/AndroidManifest.xml
Screenshot:
If you only want to make an app for iOS devices, you can ignore this file and the entire android folder.
Further reading:
- Flutter: Changing App Display Name for Android & iOS
- Flutter: Disabling Android System Back Button
- Android: How to Get SHA Certificate Fingerprints
- Flutter: Customizing Status Bar Color (Android, iOS)
- Environment Variables in Flutter: Development & Production
You can also check out our Flutter category page or Dart category page for the latest tutorials and examples.