diff --git a/flutter_hbb/android/app/src/main/AndroidManifest.xml b/flutter_hbb/android/app/src/main/AndroidManifest.xml index 4ef1e59fa..d9b85398d 100644 --- a/flutter_hbb/android/app/src/main/AndroidManifest.xml +++ b/flutter_hbb/android/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ + android:icon="@mipmap/launcher_icon"> =2.10.0-110 <2.11.0" flutter: ">=1.20.0 <2.0.0" diff --git a/flutter_hbb/pubspec.yaml b/flutter_hbb/pubspec.yaml index 598abcf5a..43df138e0 100644 --- a/flutter_hbb/pubspec.yaml +++ b/flutter_hbb/pubspec.yaml @@ -41,9 +41,15 @@ dependencies: firebase_analytics: ^6.2.0 dev_dependencies: + flutter_launcher_icons: "^0.8.0" flutter_test: sdk: flutter +flutter_icons: + android: "launcher_icon" + ios: true + image_path: "../128x128@2x.png" + # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec