Files
unionflow-mobile-apps/pubspec.yaml
dahoud 70cbd1c873 fix(mobile): URL changement mdp corrigée + v3.0 — multi-org, AppAuth, sécurité prod
Auth:
- profile_repository.dart: /api/auth/change-password → /api/membres/auth/change-password

Multi-org (Phase 3):
- OrgSelectorPage, OrgSwitcherBloc, OrgSwitcherEntry
- org_context_service.dart: headers X-Active-Organisation-Id + X-Active-Role

Navigation:
- MorePage: navigation conditionnelle par typeOrganisation
- Suppression adaptive_navigation (remplacé par main_navigation_layout)

Auth AppAuth:
- keycloak_webview_auth_service: fixes AppAuth Android
- AuthBloc: gestion REAUTH_REQUIS + premierLoginComplet

Onboarding:
- Nouveaux états: payment_method_page, onboarding_shared_widgets
- SouscriptionStatusModel mis à jour StatutValidationSouscription

Android:
- build.gradle: ProGuard/R8, network_security_config
- Gradle wrapper mis à jour
2026-04-07 20:56:03 +00:00

102 lines
2.2 KiB
YAML

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.20.2
# 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
flutter_svg: ^2.0.10+1
shimmer: ^3.0.0
pull_to_refresh: ^2.0.0
google_fonts: ^8.0.0
local_auth: ^2.3.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
image_picker: ^1.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
assets:
- assets/images/
- assets/images/payment_methods/wave/
- assets/images/payment_methods/orange_money/
- assets/images/payment_methods/free_money/
- assets/images/payment_methods/mtn_money/
- assets/images/payment_methods/moov_money/
- assets/images/payment_methods/mobile_money/
- assets/images/payment_methods/especes/
- assets/images/payment_methods/virement/
- assets/images/payment_methods/cheque/
- assets/images/payment_methods/carte_bancaire/
- assets/images/payment_methods/autre/