appxiom_flutter 1.0.7
appxiom_flutter: ^1.0.7 copied to clipboard
Detect and report bugs in Flutter based mobile apps. Reports issues like memory leaks, crashes, ANR and exceptions. Plugin has low memory and size footprint.
1.0.7 #
- Improved error handler chaining to ensure no errors are swallowed.
1.0.6 #
- Android SDK integration issue fix.
1.0.5 #
- Breaking Change: Renamed plugin to appxiom_flutter.
- Breaking Change: Made
stateClassNamemandatory inAxStatefor better reliability in release builds. - Breaking Change: Renamed state_custom.dart to ax_state.dart.
- Isolate Tracking: Added
AxIsolatefor monitoring background isolate crashes and errors. - Stable State Names: Added
stateClassNametoAxStatefor preserving state names in obfuscated release builds. - Enhanced Breadcrumbs: Added
axPrint,axLog, andaxDebugPrintfor activity trail integration. - Location Support: Added
setCurrentPositionto provide geographic context to reported issues.
1.0.4 #
- Stability improvements and internal optimizations.
1.0.4 #
- Stability improvements and internal optimizations.
1.0.3 #
- Optimizations and minor bug fixes
1.0.2 #
- Optimizations and minor bug fixes
1.0.1 #
- Optimizations and minor bug fixes
1.0.0 #
- Initial stable release of Appxiom Core Plugin
- Memory leak detection and reporting
- Crash and exception tracking
- User journey (Goal) tracking with beginGoal/completeGoal APIs
- Activity marker functionality
- HTTP request/response monitoring with body size tracking
- Cross-platform support for Android and iOS
- Network interceptor for comprehensive API tracking