From f06adba6eaf5b0904ae3c7e989bdb4a38457b467 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sat, 12 Jun 2021 15:49:37 +0200 Subject: [PATCH] added flutter_launcher_icon package for easy app icon management --- pubspec.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index bd3fd52..cbaf0a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,6 +37,13 @@ dev_dependencies: flutter_test: sdk: flutter test: 1.16.8 + flutter_launcher_icons: + +flutter_icons: + android: "launcher_icon" + ios: true + remove_alpha_ios: true + image_path: "media/ohthatsa_icon.png" # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec