Update app icons
Some checks failed
Flutter Release / get-version (push) Successful in 6s
Flutter Release / build-windows (push) Failing after 9s
Flutter Release / create-release (push) Has been cancelled
Flutter Release / build-android (push) Has been cancelled

This commit is contained in:
2025-12-15 12:34:05 -05:00
parent f4bf073d52
commit 7453943c37
40 changed files with 53 additions and 604 deletions

View File

@@ -1,5 +1,5 @@
name: rmtpocketwatcher
description: "A new Flutter project."
description: "Track USD vs aUEC"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
@@ -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: 1.0.1+2
version: 1.0.0
environment:
sdk: '>=3.5.0 <4.0.0'
@@ -89,6 +89,17 @@ dev_dependencies:
# Windows installer creation
msix: ^3.16.8
# App icon generation
flutter_launcher_icons: ^0.14.3
# Flutter Launcher Icons configuration
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/logo.png"
adaptive_icon_background: "#1a1a2e"
adaptive_icon_foreground: "assets/logo.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec