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:
39
unionflow/unionflow-mobile-apps/README.md
Normal file
39
unionflow/unionflow-mobile-apps/README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# UnionFlow Mobile
|
||||
|
||||
Application mobile Flutter pour la gestion des mutuelles, associations et organisations.
|
||||
|
||||
**Version** : 2.0
|
||||
**Status** : Active
|
||||
**Dernière mise à jour** : 2026-01-04
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
flutter pub get
|
||||
flutter pub run build_runner build --delete-conflicting-outputs
|
||||
flutter run
|
||||
```
|
||||
|
||||
## Architecture
|
||||
|
||||
Clean Architecture + BLoC Pattern
|
||||
|
||||
```
|
||||
lib/
|
||||
├── core/ # Utilitaires partagés
|
||||
├── features/ # Modules fonctionnels
|
||||
│ ├── members/
|
||||
│ ├── cotisations/
|
||||
│ ├── events/
|
||||
│ └── organisations/
|
||||
└── main.dart
|
||||
```
|
||||
|
||||
## Technologies
|
||||
|
||||
- Flutter 3.x
|
||||
- Dart 3.x
|
||||
- flutter_bloc
|
||||
- dio
|
||||
- get_it
|
||||
|
||||
Reference in New Issue
Block a user