This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Change the icon.png file in the root/assets folder of the project. Verify in pubspec.yaml file that the following lines are present.
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/app_icon.jpg"
min_sdk_android: 21Open a terminal in the root folder of the project and run the following command:
flutter pub run flutter_launcher_icons flutter packages pub run build_runner build