diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9d0d17b..d54e73f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ + android:icon="@mipmap/launcher_icon"> =3.5.4 <4.0.0" flutter: ">=3.24.0" diff --git a/pubspec.yaml b/pubspec.yaml index 4ac0901..01598c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,6 +60,13 @@ dev_dependencies: # package. See that file for information about deactivating specific lint # rules and activating additional ones. flutter_lints: ^4.0.0 + flutter_launcher_icons: "^0.14.3" + +flutter_launcher_icons: + android: "launcher_icon" + ios: true + image_path: "images/logoapk.png" + min_sdk_android: 21 # android min sdk min:16, default 21 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec