flutter_native_crash_log 0.0.3
flutter_native_crash_log: ^0.0.3 copied to clipboard
A Flutter plugin to capture native Android crashes, log non-fatal errors, and share crash logs as JSON.
0.0.3 #
- Zero-Code Automatic API Tracking: Automatically capture all
HttpClienttraffic (Dio, Http, etc.) by settingtrackApi: trueininitialize. - Tabbed Log Viewer: New UI with dedicated tabs for Native Crashes, Flutter Errors/Logs, and API Requests.
- Clean cURL Generation: Enhanced cURL copy feature that filters out infrastructure headers for seamless Postman import.
- Universal Capture: Improved interception of Dart
print()statements andFlutterError. - Expandable API Details: View Request/Response headers and bodies separately with pretty-printing.
0.0.2 #
- Upgrade
share_plusto compatible version. - Dependency updates.
0.0.1 #
- Initial release.
- Features: Native crash logging, non-fatal error logging, JSON log sharing.