cuoral_flutter 0.0.7
cuoral_flutter: ^0.0.7 copied to clipboard
A Flutter plugin to integrate Cuoral SDK for customer support and engagement.
0.0.1 #
- First release of cuoral flutter SDK
0.0.2 #
- Allow 3.7.0 flutter version
0.0.3 #
- added optional email, first name and last name parameters
0.0.4 #
- fix file input issue
0.0.5 #
- Full customer intelligence tracking (page views, console errors, network errors, custom events)
- Automatic event batching and queueing
- Native crash tracking (Android & iOS) with deduplication
- Screen recording support (Android MediaProjection, iOS ReplayKit)
- Automatic HTTP interception for network error tracking
- Session persistence with 30-day expiry
- Navigation observer with dialog/popup filtering
- Profile setting integration
0.0.6 #
- Auto-detect page widget names for MaterialPageRoute without named routes
- Improved navigation tracking for unnamed route patterns
0.0.7 #
- Fix page name detection timing for unnamed MaterialPageRoute
- Defer widget tree inspection to post-frame callback for reliability
- Graceful 502/504 degradation