icône: manette de jeu (flutter_launcher_icons) au lieu du logo Flutter
Build APK / build (push) Successful in 3m42s

Ajoute flutter_launcher_icons (manette blanche sur fond indigo, adaptatif +
legacy) et l'étape CI de génération après flutter create/pub get.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
neckfire
2026-08-24 15:01:19 +02:00
co-authored by Claude Opus 4.8
parent 30786f9706
commit a582bbee29
4 changed files with 12 additions and 0 deletions
+11
View File
@@ -23,6 +23,17 @@ dependencies:
dev_dependencies:
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.1
# Icône de lanceur (générée en CI par flutter_launcher_icons après `flutter create`).
# Manette blanche sur fond indigo ; adaptatif Android 8+ + PNG legacy.
flutter_launcher_icons:
android: true
ios: false
image_path: "assets/brand/gm-legacy.png"
adaptive_icon_background: "#4F46E5"
adaptive_icon_foreground: "assets/brand/gm-foreground.png"
min_sdk_android: 21
flutter:
uses-material-design: true