crash_heal 0.1.1
crash_heal: ^0.1.1 copied to clipboard
Lightweight Flutter SDK for crash capture, deduplication, local persistence, and periodic sync to CrashHeal.
0.1.1 #
- Auto-fetch
repoOwnerin the SDK and API instead of requiring manual config. - Updated API request handling.
- Adjusted request timeout and sync interval timing.
- Fixed periodic sync.
- Fixed crash ordering so the actual crash is reported at the first index.
0.1.0 #
- Initial release.
- Crash capture, normalization, fingerprinting, and deduplication.
- Local file-backed persistence for pending crashes.
- Periodic sync to the CrashHeal backend.
- Automatic repo/branch/commit info resolution on Android and iOS, with a
--dart-definefallback for other platforms.