diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml
index c5f1e85b..a90d828e 100644
--- a/example/android/app/src/main/AndroidManifest.xml
+++ b/example/android/app/src/main/AndroidManifest.xml
@@ -8,7 +8,7 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleName
- example
+ ChatSample
CFBundlePackageType
APPL
CFBundleShortVersionString
diff --git a/example/pubspec.yaml b/example/pubspec.yaml
index b7f2709c..1e527964 100644
--- a/example/pubspec.yaml
+++ b/example/pubspec.yaml
@@ -1,7 +1,7 @@
name: example
description: A new Flutter project.
-version: 1.0.41+43
+version: 1.0.42+44
environment:
sdk: ">=2.2.2 <3.0.0"
@@ -19,7 +19,13 @@ dev_dependencies:
sdk: flutter
flutter_driver:
sdk: flutter
+ flutter_launcher_icons: ^0.8.0
test: any
flutter:
uses-material-design: true
+
+flutter_icons:
+ android: true
+ ios: true
+ image_path: "assets/icon.png"