Initial commit: unionflow-mobile-apps

Application Flutter complète (sans build artifacts).

Signed-off-by: lions dev Team
This commit is contained in:
dahoud
2026-03-15 16:30:08 +00:00
commit d094d6db9c
1790 changed files with 507435 additions and 0 deletions

17
android/app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,17 @@
# Flutter ProGuard Rules
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
-dontwarn io.flutter.embedding.**
# Keep annotations
-keepattributes *Annotation*
# Keep Keycloak/OAuth related classes
-keep class net.openid.appauth.** { *; }
# Keep Gson/JSON serialization
-keepattributes Signature
-keepattributes EnclosingMethod
# Keep crypto classes for PKCE
-keep class javax.crypto.** { *; }