Initialisation du projet geosector complet (web + flutter)
This commit is contained in:
75
flutt/pubspec.yaml
Normal file
75
flutt/pubspec.yaml
Normal file
@@ -0,0 +1,75 @@
|
||||
name: geosector_app
|
||||
description: 'GEOSECTOR - Une application de gestion de distribution par secteurs géographiques'
|
||||
publish_to: 'none'
|
||||
version: 0.2.1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.6
|
||||
|
||||
# Navigation
|
||||
go_router: ^14.8.1
|
||||
|
||||
# État et gestion des données
|
||||
hive: ^2.2.3
|
||||
hive_flutter: ^1.1.0
|
||||
path_provider: ^2.1.1
|
||||
|
||||
# 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
|
||||
|
||||
# Utilitaires
|
||||
intl: ^0.20.2
|
||||
uuid: ^4.2.1
|
||||
fl_chart: ^0.70.2
|
||||
syncfusion_flutter_charts: ^29.1.35
|
||||
|
||||
# Cartes et géolocalisation
|
||||
url_launcher: ^6.3.1
|
||||
flutter_map: ^8.1.1
|
||||
latlong2: ^0.9.1
|
||||
geolocator: ^13.0.4
|
||||
|
||||
# Chat et notifications
|
||||
mqtt5_client: ^4.11.0
|
||||
flutter_local_notifications: ^19.0.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^3.0.1
|
||||
hive_generator: ^2.0.1
|
||||
build_runner: ^2.4.6
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: 'launcher_icon'
|
||||
ios: true
|
||||
image_path: 'assets/images/geosector-logo.png'
|
||||
web:
|
||||
generate: true
|
||||
image_path: 'assets/images/geosector-logo.png'
|
||||
background_color: '#ffffff'
|
||||
theme_color: '#ffffff'
|
||||
windows:
|
||||
generate: true
|
||||
image_path: 'assets/images/geosector-logo.png'
|
||||
icon_size: 48
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
- assets/images/
|
||||
- assets/icons/
|
||||
- assets/animations/
|
||||
Reference in New Issue
Block a user