smart_grow_logs_plugin 2.0.1
smart_grow_logs_plugin: ^2.0.1 copied to clipboard
Flutter plugin for Smart Grow Logs SDK. Secure logging with end-to-end encryption. Supports Android and iOS.
2.0.1 - 2026-03-18 #
Added #
- Auto-capture metadata now includes
errorTypefor Flutter, platform and zoned errors - Flutter framework auto-capture now includes
contextandlibrarywhen available - Native Flutter stack traces now extract and attach
buildIdwhenbuild_idis present
Improved #
- Better support for symbolication and deobfuscation workflows from captured crash data
- Added test coverage for enriched auto-capture metadata and
buildIdextraction
2.0.0 - 2026-03-12 #
Breaking Changes #
- Major version bump — all platforms unified under v2.0.0
Added #
- Automatic capture of uncaught errors (Flutter framework, async, isolates)
- Android ANR watchdog support
- iOS crash recovery on next launch
fatal()log level for critical failures
Improved #
- Error handling and thread safety across platforms
- Consistent
warnlog level (deprecatedwarning) - Null-safe instance checks and metadata serialization
1.0.4 - 2026-03-12 #
- Automatic capture of uncaught errors (Flutter framework, async, isolates)
- Android ANR watchdog support
- iOS crash recovery on next launch
- Improved error handling and thread safety across platforms
1.0.3 #
- Improve logs to server responses
1.0.2 #
- Fix native calls
1.0.1 #
- Update dependencies to improve network communication
1.0.0 #
- Initial release
- Android and iOS support
- End-to-end encrypted logging
- Multiple log levels (DEBUG, INFO, WARN, ERROR, FATAL)
- Automatic device info detection
- Simple convenience methods:
debug(),info(),warn(),error(),errorWithException(),fatal() - Full
sendLog()API with metadata, stack traces, and user identifiers