Add macos icons

Use a fork of flutter_launcher_icons as the original hasn't responded to the
PR for macos icons.
This commit is contained in:
Vishesh Handa
2021-05-17 16:29:04 +02:00
parent b67eb80c7e
commit 74fd96fa50
11 changed files with 12 additions and 6 deletions

View File

@ -820,4 +820,4 @@
/* End XCConfigurationList section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}
}

View File

@ -631,4 +631,4 @@
/* End XCConfigurationList section */
};
rootObject = 33CC10E52044A3C60003C045 /* Project object */;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -512,9 +512,11 @@ packages:
flutter_launcher_icons:
dependency: "direct dev"
description:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
path: "."
ref: HEAD
resolved-ref: "822002172c1d2aa05d3ee7f2ac179d2980980a3c"
url: "https://github.com/dirkbo/flutter_launcher_icons"
source: git
version: "0.9.0"
flutter_localizations:
dependency: "direct main"

View File

@ -89,7 +89,8 @@ dev_dependencies:
sdk: flutter
benchmark_harness: ^2.0.0
bonsoir: ^1.0.0
flutter_launcher_icons: ^0.9.0
flutter_launcher_icons:
git: https://github.com/dirkbo/flutter_launcher_icons
# flutter_webview_plugin: ^0.3.11
import_sorter: ^4.4.3
multicast_dns: ^0.3.0
@ -120,6 +121,9 @@ flutter_icons:
image_path: "assets/icon/icon.png"
image_path_ios: "assets/icon/icon_ios.png"
ios: true
macos: true
windows: false
linux: false
import_sorter:
comments: false