exception_handler 1.1.1
exception_handler: ^1.1.1 copied to clipboard
A Dart package for streamlined API handling and robust exception management in Flutter apps.
1.0.0 #
- Initial release exception_handler
1.0.1 #
- doc: updated Readme
1.0.2 #
- doc: updated Readme
1.0.3 #
- doc: updated Readme
1.0.4 #
- chore: add check coverage on pipeline
1.0.5 #
- fix: bug log duplication and add example
1.0.6 #
- test: updated test
1.0.7 #
- chore: change minimum version to Dart 3.0.0
1.0.8 #
- chore: upload demo screenshot
1.0.9 #
- fix: updated type I/O of function callApi
1.0.10 #
- fix: updated typo
1.0.11 #
- refactor: updated name property of ApiHandler
1.1.0 #
- feat: replace "when()/abstract" by "switch/sealed class"
1.1.1 #
- refactor: updated class name for consistency and cohesion in the sealed class and subclass names