Fix Icon on Android 7 and lower (#475)

This commit is contained in:
Imran Remtulla
2023-05-22 13:45:09 -04:00
parent d24f2b4e6d
commit 2ccff15525
8 changed files with 53 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
@@ -77,6 +78,10 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^2.0.1
flutter_launcher_icons:
android: "ic_launcher"
image_path: "assets/graphics/icon.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec