logmonitor_flutter 0.2.0
logmonitor_flutter: ^0.2.0 copied to clipboard
The official Flutter SDK for Logmonitor.io. Captures logs, print() calls, debugPrint() output, and Flutter errors — then streams them to your dashboard in real-time.
0.2.0 #
- Added automatic
print()interception via zone-based capture (captureAllPrintsflag). - Added
debugPrintoverride to capture Flutter framework diagnostics. - Added
FlutterError.onErrorandPlatformDispatcher.instance.onErrorhooks (captureFlutterErrorsflag). - Added
Logmonitor.runGuarded()method to wraprunApp()in a guarded zone. - Exposed
Logmonitor.onErrorandLogmonitor.zoneSpecfor advanced zone composition. - All new features are opt-in and fully backward-compatible.
0.1.2 #
- Fixed API endpoint to use the correct production URL.
- Fixed
logUserIdto sendnullinstead of empty string when no user is set. - Added
Level.SHOUTmapping to'error'log level.
0.1.1 #
- Added error and stack trace support —
LogRecord.errorandLogRecord.stackTraceare now included in the log payload.
0.1.0 #
- Updated Dart SDK constraint to
^3.10.0and Flutter to>=3.29.0. - Updated
httpto^1.6.0,package_info_plusto^9.0.0,flutter_lintsto^6.0.0. - Added comprehensive documentation comments (library-level and API-level dartdoc).
- Adopted Dart 3.10 null-aware map element syntax.
0.0.1 #
- Initial release of the Logmonitor Flutter SDK.
- Supports log batching and automatic mode switching (debug vs. release).
- Integrates with
package:logging. - Includes
setUserandclearUserfor per-user log association.