logmonitor_flutter 0.1.1
logmonitor_flutter: ^0.1.1 copied to clipboard
The official Flutter SDK for Logmonitor.io. See your production logs in real-time, just like your local console.
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.