7b91447cad
feat(tracking): add sf_tracking package and instrument legacy module
...
Introduces packages/sf_tracking — a multi-client, GDPR-first analytics layer with feature mixins, a GoRouter listener for automatic screen views, and a user properties helper that runs on login.
Wires the package into the legacy module 61 events
2026-04-07 13:47:07 +02:00
ef0abc2f85
feat: add multi-environment support (development, staging, production)
...
- Replace dotenv with compile-time dart-define-from-file config per flavor
- Add Android product flavors with applicationIdSuffix and per-flavor AndroidManifest
- Add iOS build configurations, schemes, per-flavor plists and entitlements
- Configure ProGuard rules for R8 compatibility with Entrust/Antelop SDK
- Restructure assets into shared/ and per-flavor directories
- Generate per-flavor launcher icons for Android and iOS
- Refactor app initialization into initApp() with per-flavor entry points
- Update asset paths across auth, home, profile, splash modules and sf_shared
2026-03-01 00:12:47 +01:00
AlcalaJulian
5ca37d2822
- create auth, main shell, home, profile, notifications and settings modules.
...
- added navigation, utils, design system and shared packages
- implemented go router in entiered app
- implemented flutter riverpod instead provider
2025-11-13 15:16:00 +01:00