new app icon
All checks were successful
Release / meta (push) Successful in 10s
Release / linux-build (push) Successful in 7m21s
Release / web-build (push) Successful in 7m30s
Release / android-build (push) Successful in 19m56s
Release / release-dev (push) Successful in 25s
Release / release-master (push) Successful in 24s
All checks were successful
Release / meta (push) Successful in 10s
Release / linux-build (push) Successful in 7m21s
Release / web-build (push) Successful in 7m30s
Release / android-build (push) Successful in 19m56s
Release / release-dev (push) Successful in 25s
Release / release-master (push) Successful in 24s
This commit is contained in:
11
pubspec.yaml
11
pubspec.yaml
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 0.5.2+1
|
||||
version: 0.5.3+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.1
|
||||
@@ -102,6 +102,15 @@ flutter:
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
ios: true
|
||||
remove_alpha_ios: true
|
||||
linux:
|
||||
generate: true
|
||||
web:
|
||||
generate: true
|
||||
background_colour: "#000000"
|
||||
theme_color: "#0175C2"
|
||||
windows:
|
||||
generate: true
|
||||
image_path: assets/icons/app_icon.png
|
||||
adaptive_icon_background: "#000000"
|
||||
adaptive_icon_foreground: assets/icons/app_icon.png
|
||||
|
||||
Reference in New Issue
Block a user