flutter_api_model 2.0.6 flutter_api_model: ^2.0.6 copied to clipboard
High-level modeling of network requests, which manages input parameters and output parameters, following the "In-Out" naming convention.APIModel doesn't handle network requests directly; instead, it e [...]
2.0.6 #
- Fix bug
2.0.5 #
- OutError<OwnerType, ErrorType>
- Updated examples.
- Update Readme.
2.0.4 #
- Support for cancellation.
- Added APIModelException class.
2.0.3 #
- Refactored
outError
to a standalone mixin, separated fromAPIModel
. - Updated examples.
2.0.2 #
- Update Readme.
2.0.1 #
- Update Readme.Fix library name.
2.0.0 #
- Updated naming conventions
1.0.0 #
- Initial release