inceptor_flutter 1.0.1
inceptor_flutter: ^1.0.1 copied to clipboard
Flutter SDK for Inceptor crash logging service. Automatically captures and reports crashes and errors from your Flutter application.
1.0.1 #
- Updated dependencies to latest versions
- http: ^1.2.0
- device_info_plus: ^11.0.0
- package_info_plus: ^8.0.0
- connectivity_plus: ^6.0.0
- shared_preferences: ^2.3.0
1.0.0 #
- Initial release
- Crash and error capture with automatic stack trace parsing
- Flutter framework error integration (
FlutterError.onError) - Zone-based async error capture (
runZonedGuarded) - Manual exception and message capture
- Breadcrumbs system (navigation, HTTP, user actions, custom)
- Navigator observer for automatic navigation tracking
- User context and metadata
- Offline queue with automatic retry on connectivity
- Multi-platform support (iOS, Android, Web, macOS, Windows, Linux)