rollbar_flutter 0.4.0-beta rollbar_flutter: ^0.4.0-beta copied to clipboard
Connect your Flutter applications to Rollbar for error reporting.
Changelog #
0.4.0-beta #
- Updated Example to showcase the new Telemetry feature.
- Fixed an issue where occurrences weren't being persisted by sqlite3, therefore Rollbar reports could be lost after a crash.
0.3.0-beta #
- Simplified API.
- Persistent payloads.
- More efficient usage of multithreading.
- Fully type-safe, null-safe and endowed with immutability.
- Fixed null-related crashes.
- Fixed console logging disappearing when letting Rollbar catch uncaught errors.
- Many more bug fixes.
0.2.0-beta #
- Added null-safety.
0.1.0-beta #
- Initial version of rollbar-flutter.