Commit Graph

3 Commits

Author SHA1 Message Date
Max 58bb484cd2 refactor: remove clientType, translate example app, add response logging
Flutter CI / analyze-and-test (push) Has been cancelled Details
2026-02-03 19:26:29 +08:00
Max 3277efd47c feat: enhance example app, config & client type
- feat(example): add stress testing, error simulation & edge case UI
- feat(config): add ClientType enum with auto-detection
- refactor(config): centralize URL management & fix 404/400 errors
- test: update tests for non-const config & verify functionality
2026-02-03 17:03:26 +08:00
Max e7326cb9f9 feat: Implement Isolate Storage & Lifecycle Handling
Flutter CI / analyze-and-test (push) Waiting to run Details
- Implement IsolateEventStorage for background persistence
- Add Analytics.bindLifecycleObserver for background flushing
- Enable useIsolateStorage by default in AnalyticsConfig
- Fix 25+ lint issues across the codebase
- Add comprehensive tests for Isolate storage and lifecycle behaviors
2026-01-28 11:07:01 +08:00