100 lines
2.2 KiB
YAML
Executable File
100 lines
2.2 KiB
YAML
Executable File
name: geosector_app
|
|
description: 'GEOSECTOR - Gestion de distribution des calendriers par secteurs géographiques pour les amicales de pompiers'
|
|
publish_to: 'none'
|
|
version: 3.2.1+321
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.6
|
|
|
|
# Navigation
|
|
go_router: ^16.0.0
|
|
|
|
# État et gestion des données
|
|
hive: ^2.2.3
|
|
hive_flutter: ^1.1.0
|
|
|
|
# API & Réseau
|
|
dio: ^5.3.3
|
|
connectivity_plus: ^6.1.3
|
|
retry: ^3.1.2
|
|
|
|
# UI et animations
|
|
google_fonts: ^6.1.0
|
|
flutter_svg: ^2.0.9
|
|
package_info_plus: ^8.3.0
|
|
|
|
# Utilitaires
|
|
intl: ^0.20.2
|
|
uuid: ^4.2.1
|
|
fl_chart: ^1.0.0
|
|
syncfusion_flutter_charts: ^30.1.42
|
|
shared_preferences: ^2.3.3
|
|
|
|
# Cartes et géolocalisation
|
|
url_launcher: ^6.3.1
|
|
flutter_map: ^8.1.1
|
|
flutter_map_cache: ^2.0.0 # Cache de tuiles pour les cartes
|
|
http_cache_file_store: ^2.0.0 # Backend fichier système pour le cache
|
|
path_provider: ^2.1.2 # Requis pour le cache
|
|
latlong2: ^0.9.1
|
|
geolocator: ^14.0.2
|
|
universal_html: ^2.2.4 # Pour accéder à la localisation du navigateur (detection env)
|
|
sensors_plus: ^6.1.2 # Pour le magnétomètre (mode boussole)
|
|
|
|
# Chat et notifications
|
|
# mqtt5_client: ^4.11.0
|
|
flutter_local_notifications: ^19.0.1
|
|
|
|
# Upload d'images
|
|
image_picker: ^1.1.2
|
|
|
|
# Configuration YAML
|
|
yaml: ^3.1.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
hive_generator: ^2.0.1
|
|
build_runner: ^2.4.6
|
|
flutter_launcher_icons: ^0.14.4
|
|
|
|
flutter_launcher_icons:
|
|
android: true
|
|
ios: true
|
|
image_path: 'assets/images/icons/icon-1024.png'
|
|
min_sdk_android: 21
|
|
adaptive_icon_background: '#FFFFFF'
|
|
adaptive_icon_foreground: 'assets/images/icons/icon-1024.png'
|
|
remove_alpha_ios: true
|
|
web:
|
|
generate: true
|
|
image_path: 'assets/images/icons/icon-1024.png'
|
|
background_color: '#FFFFFF'
|
|
theme_color: '#4B77BE'
|
|
windows:
|
|
generate: true
|
|
image_path: 'assets/images/icons/icon-1024.png'
|
|
icon_size: 48
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/images/
|
|
- assets/icons/
|
|
- assets/animations/
|
|
- lib/chat/chat_config.yaml
|
|
|
|
fonts:
|
|
- family: Figtree
|
|
fonts:
|
|
- asset: assets/fonts/Figtree-VariableFont_wght.ttf
|