- 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
40 lines
682 B
Markdown
40 lines
682 B
Markdown
# 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
|
|
|