net_kit 1.4.1
net_kit: ^1.4.1 copied to clipboard
Network Kit is a library that provides a set of tools to work with network requests.
1.4.1 #
Note: This release has breaking changes.
NetKitErrorParamsintroduced to handle error messages and status codes. It is required to provide internationalized error messages.errorMessageKeyin the NetKitManager key is moved toNetKitErrorParamsclass asmessageKeyerrorStatusCodeKeyin the NetKitManager key is moved toNetKitErrorParamsclass asstatusCodeKey
1.3.1 #
- added tasks to be done in the future
1.3.0 #
- Equality operator removed from
ApiExceptionclass - Updated README.md with correct examples
- Empty
jsonerror handling improved
1.2.2 #
- Equality operator added to
ApiExceptionclass
1.2.1 #
- error handler updated
1.2.0 #
- error handler updated
1.1.1 #
- exported dio classes
1.1.0 #
- updated README.md
- exported ApiException
- updated documentation
1.0.0 #
Note: This release has breaking changes.
- Return type of
requestModelchanged toFuture<T> - Return type of
requestListchanged toFuture<List<T>> - Return type of
requestVoidchanged toFuture<void> ApiExceptionis introduced as an exception that is thrown when an error occurs during the request
0.2.2 #
- integration tests added
- unit tests updated
- error handler improved
0.2.1 #
- updated README.md
0.2.0 #
- added documentations for public methods
- equatable dependency removed
0.1.3 #
- updated README.md: added image
- web dependency added
0.1.2 #
- fixed homepage and issue_tracker
0.1.1 #
- Updated README.md
0.1.0 #
- Initial release.