flutter_monitoring_sdk 0.0.5
flutter_monitoring_sdk: ^0.0.5 copied to clipboard
A lightweight Flutter monitoring SDK with logging, network monitoring, navigation tracking, and log viewer.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and Semantic Versioning.
0.0.5 #
Fixed #
- README improvements
- Minor updates
Added #
Core
- Initial release of Flutter Monitoring SDK
- Public FlutterMonitoring API
- MonitoringEngine for initialization
Logging
- Verbose, Debug, Info, Warning, Error, Critical logs
- Console logging support
- In-memory log storage
Network Monitoring
- Dio interceptor support
- HTTP client monitoring
- Request/response logging
- Duration tracking
- Headers and body capture
Navigation
- Navigation observer support
- Route tracking
Crash Monitoring
- Crash handler
- Exception and stack trace capture
Session Monitoring
- Session tracking (start/end/duration)
UI
- Monitoring dashboard screen
- Floating action button
- Search and filter logs
- JSON viewer
Example
- Full working example app
Testing
- Unit tests included
- 100% analyzer clean
Documentation
- README, CHANGELOG, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY