Add macos icons
Use a fork of flutter_launcher_icons as the original hasn't responded to the PR for macos icons.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 813 B |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.6 KiB |
@ -512,9 +512,11 @@ packages:
|
|||||||
flutter_launcher_icons:
|
flutter_launcher_icons:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
name: flutter_launcher_icons
|
path: "."
|
||||||
url: "https://pub.dartlang.org"
|
ref: HEAD
|
||||||
source: hosted
|
resolved-ref: "822002172c1d2aa05d3ee7f2ac179d2980980a3c"
|
||||||
|
url: "https://github.com/dirkbo/flutter_launcher_icons"
|
||||||
|
source: git
|
||||||
version: "0.9.0"
|
version: "0.9.0"
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
|
@ -89,7 +89,8 @@ dev_dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
benchmark_harness: ^2.0.0
|
benchmark_harness: ^2.0.0
|
||||||
bonsoir: ^1.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
|
# flutter_webview_plugin: ^0.3.11
|
||||||
import_sorter: ^4.4.3
|
import_sorter: ^4.4.3
|
||||||
multicast_dns: ^0.3.0
|
multicast_dns: ^0.3.0
|
||||||
@ -120,6 +121,9 @@ flutter_icons:
|
|||||||
image_path: "assets/icon/icon.png"
|
image_path: "assets/icon/icon.png"
|
||||||
image_path_ios: "assets/icon/icon_ios.png"
|
image_path_ios: "assets/icon/icon_ios.png"
|
||||||
ios: true
|
ios: true
|
||||||
|
macos: true
|
||||||
|
windows: false
|
||||||
|
linux: false
|
||||||
|
|
||||||
import_sorter:
|
import_sorter:
|
||||||
comments: false
|
comments: false
|
||||||
|