feat(unionflow): ajout Spec-Kit, constitution, mission mutuelles
- Config Spec-Kit pour Spec-Driven Development - CONSTITUTION.md + .specify/memory/constitution.md - Commandes Cursor /speckit.*, règles projet - Mission: associations + mutuelles d'épargne et de financement - .gitignore: versionner config spec-kit unionflow Made-with: Cursor
This commit is contained in:
85
unionflow/unionflow-mobile-apps/pubspec.yaml
Normal file
85
unionflow/unionflow-mobile-apps/pubspec.yaml
Normal file
@@ -0,0 +1,85 @@
|
||||
name: unionflow_mobile_apps
|
||||
description: "Projet Union Flow pour la gestion d'associations, mutuelles d'épargne et de financement, et assimilés."
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.3
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_localizations:
|
||||
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
|
||||
jwt_decoder: ^2.0.1
|
||||
crypto: ^3.0.5
|
||||
shared_preferences: ^2.3.2
|
||||
flutter_appauth: ^6.0.2
|
||||
webview_flutter: ^4.4.2
|
||||
|
||||
# HTTP
|
||||
http: ^1.1.0
|
||||
pretty_dio_logger: ^1.4.0
|
||||
connectivity_plus: ^6.1.0
|
||||
web_socket_channel: ^3.0.1
|
||||
|
||||
# DI (versions stables)
|
||||
get_it: ^7.7.0
|
||||
injectable: ^2.4.4
|
||||
|
||||
# JSON serialization
|
||||
json_annotation: ^4.9.0
|
||||
dartz: ^0.10.1
|
||||
|
||||
# UI Components
|
||||
cached_network_image: ^3.4.1
|
||||
shimmer: ^3.0.0
|
||||
pull_to_refresh: ^2.0.0
|
||||
|
||||
# Utils
|
||||
uuid: ^4.5.1
|
||||
url_launcher: ^6.3.1
|
||||
permission_handler: ^11.3.1
|
||||
package_info_plus: ^8.0.2
|
||||
flutter_staggered_animations: ^1.1.1
|
||||
|
||||
# Notifications
|
||||
flutter_local_notifications: ^17.2.3
|
||||
|
||||
# Export/Import
|
||||
excel: ^4.0.6
|
||||
csv: ^6.0.0
|
||||
pdf: ^3.11.1
|
||||
path_provider: ^2.1.4
|
||||
file_picker: ^8.1.2
|
||||
share_plus: ^10.0.2
|
||||
go_router: ^15.1.2
|
||||
provider: ^6.1.5+1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^4.0.0
|
||||
injectable_generator: ^2.6.2
|
||||
build_runner: ^2.4.13
|
||||
json_serializable: ^6.8.0
|
||||
mockito: ^5.4.4
|
||||
bloc_test: ^9.1.7
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
generate: true
|
||||
Reference in New Issue
Block a user