http_base_client 1.1.0 copy "http_base_client: ^1.1.0" to clipboard
http_base_client: ^1.1.0 copied to clipboard

A minimalistic http client wrapped around the dart HTTP package.

1.1.0 #

  • Update: breaking change! The properties of the class [HttpBaseClientResponse] now match the properties of [http.Response] class
  • Dependency update

1.0.9 #

  • Update: the field data now returns the parsed json synchronously

1.0.8 #

  • FEAT: update dependency constraints to sdk: '>=2.19.1 <4.0.0' flutter: '>=3.7.0'
  • FEAT: update libraries to be compatible with Flutter 3.10.0
  • Dependency update

1.0.7 #

The InternetAddress.lookup now works on Web

1.0.6 #

Including a getter "data" to return the parsed JSON

1.0.5 #

Including a few Object Converter/Parser methods

0
likes
160
pub points
38%
popularity

Publisher

unverified uploader

A minimalistic http client wrapped around the dart HTTP package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on http_base_client