first commit
This commit is contained in:
43
unionflow-mobile-apps/pubspec.yaml
Normal file
43
unionflow-mobile-apps/pubspec.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
name: unionflow_mobile_apps
|
||||
description: "Projet Union Flow pour la gestion d'associations et assimilés."
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.3
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
# Dependencies de base testées
|
||||
cupertino_icons: ^1.0.8
|
||||
flutter_bloc: ^8.1.6
|
||||
equatable: ^2.0.5
|
||||
dio: ^5.7.0
|
||||
fl_chart: ^0.66.2
|
||||
intl: ^0.19.0
|
||||
|
||||
# Authentication (versions compatibles)
|
||||
# flutter_secure_storage: ^9.2.2 # Temporairement désactivé pour Android
|
||||
jwt_decoder: ^2.0.1
|
||||
crypto: ^3.0.5
|
||||
shared_preferences: ^2.3.2
|
||||
|
||||
# HTTP
|
||||
pretty_dio_logger: ^1.4.0
|
||||
|
||||
# DI (versions stables)
|
||||
get_it: ^7.7.0
|
||||
injectable: ^2.4.4
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^4.0.0
|
||||
injectable_generator: ^2.6.2
|
||||
build_runner: ^2.4.13
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user