bugban_flutter 1.1.1
bugban_flutter: ^1.1.1 copied to clipboard
Bugban crash reporting and performance monitoring for Flutter — Flutter errors, real screenshots, an offline queue and start-up / screen-load timing.
1.1.1 #
- Works on Flutter 3.10 again, which the package claimed to support but did not:
device_info_plus: ^10.0.0requires Dart 3.3+, soflutter pub addfailed outright on older SDKs. The three plugin dependencies now use ranges, so pub picks an old version on an old SDK and a new one on a new SDK. Verified against real 3.10.6 and 3.35 installs.
1.1.0 #
- Re-exports
BugbanHttpClientandBugbanHttpErrorfrom the core, so API calls show up as breadcrumbs on every crash report.
1.0.0 #
First release.
- All four Flutter error paths:
FlutterError.onError,PlatformDispatcher.onError,runZonedGuardedand background isolates — each chained, never replaced - Real screenshots via
RepaintBoundary, opt-in, withBugbanMaskapplied before the image is produced BugbanNavigatorObserverfor screen names andSCREEN_LOADtimingAPP_STARTfrommarkAppReady(), or the first frame as a fallback- Offline queue backed by
shared_preferences - Device model, OS version and app build on every event