diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index bdb212bf..c0e3a44b 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Moneyplus + Money Plus CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/pubspec.yaml b/pubspec.yaml index c02f8bc2..1a2c9e49 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,6 +58,14 @@ dev_dependencies: go_router_builder: ^4.0.1 build_runner: ^2.6.0 build_verify: any + flutter_launcher_icons: ^0.14.4 + +flutter_launcher_icons: + android: true + ios: true + image_path: "assets/images/launcher_icon.png" + adaptive_icon_foreground: "assets/images/launcher_foreground.png" + adaptive_icon_background: "assets/images/launcher_background.png" flutter: generate: true @@ -67,7 +75,6 @@ flutter: uses-material-design: true - fonts: - family: Rubik fonts: @@ -78,4 +85,4 @@ flutter: - asset: assets/fonts/Rubik-SemiBold.ttf weight: 600 - asset: assets/fonts/Cairo-Regular.ttf - weight: 400 \ No newline at end of file + weight: 400