feat(assets): icône d'application Android et iOS (ticket #19)

Génère les icônes via flutter_launcher_icons à partir des visuels
icon_full.png / icon_foreground.png : mipmap Android classiques,
icône adaptive (drawable-*/ic_launcher_foreground.png,
mipmap-anydpi-v26/ic_launcher.xml, values/colors.xml) et l'ensemble
AppIcon iOS. Configuration flutter_launcher_icons ajoutée à
pubspec.yaml. flutter analyze propre, 27/27 tests verts, build APK
debug validé, icônes vérifiées visuellement.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 23:53:04 +02:00
parent ec4cda2482
commit 9974e5b7ea
37 changed files with 75 additions and 126 deletions

View File

@ -441,7 +441,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
@ -498,7 +498,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";