djangoflow_error_reporter 0.3.0+1
djangoflow_error_reporter: ^0.3.0+1 copied to clipboard
Djangoflow Error Reporter is a library that provides an easy and flexible way to handle errors in your flutter application.
0.2.0 #
Note: This release has breaking changes.
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
0.1.0 15 June 2023 #
- Updated sdk constraint
0.0.3 Jan 31 2023 #
- Use named parameters for methods.
- Add
enableErrorReporting
anddisableErrorReporting
functionality.
0.0.2 Jan 23 2023 #
- Added unit tests
0.0.1 Jan 16 2023 #
- Provides basic functionality for initializing, reporting and updating user information
- Provides
ErrorReporter
andDjangoflowErrorReporter
classes for handling errors