failures 0.0.8
failures: ^0.0.8 copied to clipboard
Gracefully handle failures in your Dart/Flutter application
0.0.8 #
- More robust type checking when creating failure from error
- Add support for passing underlying error when creating a failure
0.0.7 #
- Make title and description getters optional in descriptor
- Adjust generator to use named constructors instead of redirecting
0.0.6 #
- Add stack trace to enum generated failures
0.0.5 #
- Show full URL in DioFailure if base URL is not set, otherwise show only path
0.0.4 #
- Allow passing custom messages to failures
- Allow passing message and extra to enum generated failures
0.0.1 #
- Initial release