quel-est-ce-pokemon/pubspec.yaml
Maxiwere45 a2a7ffd79f feat(i18n): add FR/EN internationalization with in-app language selector
- gen-l10n setup (flutter_localizations, intl, l10n.yaml, ARB en/fr)
- localeProvider (persisted) wired into MaterialApp
- language selector in the System page (alongside the color palette)
- all user-facing strings across screens moved to AppLocalizations

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 12:13:51 +02:00

44 lines
803 B
YAML

name: pokeguess
description: Identify the Pokémon from its silhouette!
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# Internationalisation (FR / EN)
flutter_localizations:
sdk: flutter
intl: any
# Shared API
sqflite_common: ^2.5.0
# Mobile
sqflite: ^2.3.0
# Desktop
sqflite_common_ffi: ^2.3.0
sqlite3_flutter_libs: ^0.5.0
sqlite3: ^2.4.0
http: ^1.1.0
cupertino_icons: ^1.0.2
google_fonts: ^8.0.2
shared_preferences: ^2.5.4
flutter_riverpod: ^2.5.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
generate: true # active la génération des localisations (gen-l10n)