exception_type 0.0.4
exception_type: ^0.0.4 copied to clipboard
exception_type is a Dart package that provides a structured way to handle failures and errors in Flutter applications. It includes predefined authentication, database, API, and network failure message [...]
Changelog #
All notable changes to this project will be documented in this file.
0.0.3 #
- added example file
0.0.2 #
- Added predefined authentication failure messages.
- Added database failure messages.
- Implemented structured failure handling with custom failure classes.
- Provided utility functions to map failures to human-readable messages.
- Included general failure handling for API, network, and input validation errors.
- Created an example file demonstrating usage of the package.
0.0.1 #
- Initial Release