diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index d41424e..e986ce2 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -14,7 +14,7 @@ + android:icon="@mipmap/launcher_icon"> =2.2.0 <3.0.0" flutter: ">=1.5.0 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index d7b3678..d15f63c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,7 +24,6 @@ dependencies: webview_flutter: share: ^0.6.1+1 - # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 @@ -40,9 +39,15 @@ dependencies: font_awesome_flutter: dev_dependencies: + flutter_launcher_icons: "^0.7.2" flutter_test: sdk: flutter +flutter_icons: + android: "launcher_icon" + ios: true + image_path: "assets/icons/baby.png" + # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec