catcher 0.2.1 catcher: ^0.2.1 copied to clipboard
Plugin for error catching. Allows handling errors when they're not catched by developer. Plugin provides multiple handlers for errors.
0.2.1 #
- Added getCurrentConfig() method in Catcher class.
- Updated dependencies
0.2.0 #
- Updated Dio and Mailer version
- Refactored auto email handler
0.1.9 #
- Fixed custom parameters in email manual handler and email auto handler
- Added sentry handler
0.1.8 #
- Added explicit report mode map feature
0.1.7 #
- Added error widget feature
0.1.6 #
- Updated dependencies
0.1.5 #
- Fixed debugLock error
- Added flag to switch Catcher logger on/off
0.1.4 #
- Added explicit exception report handler map feature
0.1.3 #
- Added italian translations
0.1.2 #
- Updated chinese translations (Catcher is now using simplified chinese)
0.1.1 #
- Added test exception
0.1.0 #
- Finished basic API
- Added localization feature
0.0.12 #
- Fixed notification report mode bug
0.0.11 #
- [BREAKING CHANGE] Updated dependency libs to support AndroidX
0.0.10 #
- Fixed texts in report modes
- Fixed cached error report feature
0.0.9 #
- Updated Dio to version 2.0.0
0.0.8 #
- Added email manual handler
- Changed email handler to email auto handler
- Added application profile feature
- Added page report mode feature
- Added dialog report mode feature
- Changed configuration step, it uses now CatcherOptions to setup config for specific profile
0.0.7 #
- Fixed import error
0.0.6 #
- Fixed EmailHandler error
0.0.5 #
- Code refactor
0.0.4 #
- Created initial release