net_kit 1.5.0-dev.1 copy "net_kit: ^1.5.0-dev.1" to clipboard
net_kit: ^1.5.0-dev.1 copied to clipboard

retracted

Network Kit is a library that provides a set of tools to work with network requests.

1.5.0-dev.1 #

  • Added internetStatusStream to listen to the internet status

1.4.1 #

Note: This release has breaking changes.

  • NetKitErrorParams introduced to handle error messages and status codes. It is required to provide internationalized error messages.
  • errorMessageKey in the NetKitManager key is moved to NetKitErrorParams class as messageKey
  • errorStatusCodeKey in the NetKitManager key is moved to NetKitErrorParams class as statusCodeKey

1.3.1 #

  • added tasks to be done in the future

1.3.0 #

  • Equality operator removed from ApiException class
  • Updated README.md with correct examples
  • Empty json error handling improved

1.2.2 #

  • Equality operator added to ApiException class

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 requestModel changed to Future<T>
  • Return type of requestList changed to Future<List<T>>
  • Return type of requestVoid changed to Future<void>
  • ApiException is 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.
4
likes
0
pub points
47%
popularity

Publisher

verified publisherbehzod.dev

Network Kit is a library that provides a set of tools to work with network requests.

Repository (GitHub)
View/report issues

Topics

#network #network-manager #remote-data #dio

License

unknown (license)

Dependencies

dio

More

Packages that depend on net_kit