inceptor_flutter 1.0.3
inceptor_flutter: ^1.0.3 copied to clipboard
Flutter SDK for Inceptor crash logging service. Automatically captures and reports crashes and errors from your Flutter application.
1.0.3 #
- Updated dev dependencies (flutter_lints ^6.0.0)
- Dependencies now support latest stable versions
1.0.2 #
- Improved README documentation for pub.dev
- Added badges and better formatting
- Comprehensive API reference table
- Troubleshooting section
- HTTP client integration example
1.0.1 #
- Updated dependencies to latest versions
- device_info_plus: ^12.0.0
- package_info_plus: ^9.0.0
- connectivity_plus: ^7.0.0
- flutter_lints: ^5.0.0
- Fixed unnecessary import warning
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)