requests 3.1.0 copy "requests: ^3.1.0" to clipboard
requests: ^3.1.0 copied to clipboard

outdated

a flutter library that helps with http requests and stored cookies

1.0.0 #

  • Initial version

3.0.1 #

  • updated api with breaking changes

3.0.3 #

  • fix: parse json only if requested

3.0.4 #

  • fix: added body in patch and delete methods

3.0.5 #

  • fix: body in delete method

3.1.0 #

  • feature: added optional parameter port (also supporting inline url representation e.g. "http://foo.bar:1337")
  • feature: added queryParameters support in get requests
  • feature: created Github QA workflow to prevent pushes that breaks analyze or tests
  • enhancement: changed http method strings into enum to avoid errors
  • enhancement: improved type of arguments to prevent unexpected errors
  • enhancement: added more validations on tests
  • enhancement: executed flutter format to improve pub score
  • fix: cookie matching incorrect variable + case insensitive
101
likes
0
pub points
91%
popularity

Publisher

unverified uploader

a flutter library that helps with http requests and stored cookies

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, flutter, hex, http, logging, shared_preferences

More

Packages that depend on requests