bugban_flutter 1.1.1 copy "bugban_flutter: ^1.1.1" to clipboard
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.0 requires Dart 3.3+, so flutter pub add failed 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 BugbanHttpClient and BugbanHttpError from 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, runZonedGuarded and background isolates — each chained, never replaced
  • Real screenshots via RepaintBoundary, opt-in, with BugbanMask applied before the image is produced
  • BugbanNavigatorObserver for screen names and SCREEN_LOAD timing
  • APP_START from markAppReady(), or the first frame as a fallback
  • Offline queue backed by shared_preferences
  • Device model, OS version and app build on every event
1
likes
130
points
149
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Bugban crash reporting and performance monitoring for Flutter — Flutter errors, real screenshots, an offline queue and start-up / screen-load timing.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bugban, device_info_plus, flutter, package_info_plus, shared_preferences

More

Packages that depend on bugban_flutter