diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f15d8aa..7891c04 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,9 +1,9 @@ + android:icon="@mipmap/launcher_icon"> - @drawable/launch_background + @mipmap/splash - @drawable/launch_background + @mipmap/splash @@ -14,24 +16,28 @@ + - + + - - + + + + - + - + diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 10ef55f..0b93347 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Mynotes + MyNotes CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/pubspec.lock b/pubspec.lock index 06baadc..d0cde9d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -15,6 +15,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.8.0" + archive: + dependency: transitive + description: + name: archive + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.8" args: dependency: transitive description: @@ -230,6 +237,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "8.0.1" + flutter_launcher_icons: + dependency: "direct main" + description: + name: flutter_launcher_icons + url: "https://pub.dartlang.org" + source: hosted + version: "0.9.2" flutter_lints: dependency: "direct dev" description: @@ -275,6 +289,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "4.0.0" + image: + dependency: transitive + description: + name: image + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.0" intl: dependency: transitive description: @@ -415,6 +436,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.11.1" + petitparser: + dependency: transitive + description: + name: petitparser + url: "https://pub.dartlang.org" + source: hosted + version: "4.4.0" platform: dependency: transitive description: @@ -735,6 +763,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.2.0" + xml: + dependency: transitive + description: + name: xml + url: "https://pub.dartlang.org" + source: hosted + version: "5.3.1" yaml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c9e6d83..57b6873 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -45,6 +45,7 @@ dependencies: bloc: ^8.0.2 flutter_bloc: ^8.0.1 equatable: ^2.0.3 + flutter_launcher_icons: ^0.9.2 dev_dependencies: flutter_test: