fetchx 0.0.6 copy "fetchx: ^0.0.6" to clipboard
fetchx: ^0.0.6 copied to clipboard

Fetchx is a simple, fast, and secure HTTP client for Dart. It leverages extensions to allow using url-like strings to make http requests.

0.0.6-dev.1 #

  • Added experimental cache support for get method.
  • Added query builder support from maps
  • Removed request() method. Use Response().request() instead.

0.0.5 #

  • Fixed a bug where headers were sometimes immutable.
  • Added exception handler for .to() and .toList().

0.0.4 #

  • Introduced .to
  • Minor bug fixes

0.0.3+alpha #

  • Supports Multipart/form-data
  • Non-restrictive content-type
  • Use Dart SDK 2.14.0+

0.0.2+alpha #

  • Use Dart SDK version 2.16.0

0.0.1 #

  • Initial release
  • Make requests on string extension
6
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Fetchx is a simple, fast, and secure HTTP client for Dart. It leverages extensions to allow using url-like strings to make http requests.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

hive

More

Packages that depend on fetchx