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

retracted

a flutter library that helps with http requests and stored cookies

Changelog #

4.6.0 (2022-09-26) #

Full Changelog

Closed issues:

  • CookieJar is not exposed #79

Merged pull requests:

  • feat: add withCredentials parameter #80 (sehnryr)

4.5.0 (2022-09-02) #

Full Changelog

4.4.1 (2022-06-16) #

Full Changelog

Fixed bugs:

  • Flutter Web not working (HttpClient not found) #71

Merged pull requests:

4.4.0 (2022-06-16) #

Full Changelog

Implemented enhancements:

  • create function to manually add cookies #76
  • add flutter web support #31

Closed issues:

  • cookies not found within the same hostname #75
  • setstoredcookies using cookiejar #74

Merged pull requests:

4.3.0 (2022-05-11) #

Full Changelog

Fixed bugs:

  • cookies secure has sticked to next key #44

Merged pull requests:

  • feat: separate Response & support web #70 (sehnryr)
  • feat: better support for cookies #69 (sehnryr)
  • feat: replace stash_hive with quiver.cache #68 (sehnryr)

4.2.1 (2022-05-10) #

Full Changelog

Fixed bugs:

  • cannot retrieve multiple 'set-cookies' #64

Closed issues:

  • replace shared_preferences with something suitable for sensitive data #1

Merged pull requests:

4.2.0 (2022-05-04) #

Full Changelog

Implemented enhancements:

  • Allow passing cipher to Hive store #62

Closed issues:

  • failed to install null safety version #59
  • Dependencies updates #52
  • How to make login validation on Website using this plugin? #42
  • Drop flutter dependency ? #37

Merged pull requests:

4.1.0 (2022-03-22) #

Full Changelog

Merged pull requests:

  • Migrate shared_preferences to stash_hive, dependencies upgrade and various fixes and improvements #58 (sehnryr)

4.0.0-nullsafety.0 (2022-03-14) #

Full Changelog

Closed issues:

  • Unable to catch TimeoutException when using flutter retry package #49
  • 422 error doesn't throw exception #45
  • Bug since i update requests 3.1.0 to 3.3.0 #41
  • Is this lib has a support of remember_me token system ? #39
  • no longer handling list of strings as a single queryParam #38

Merged pull requests:

  • Migrate to null-safety #56 (ianmaciel)
  • Dependancies updates and various fixes #53 (tlkops)
  • Update shared_preferences requirement to 0.5.11, which supports Windows #46 (LeHoangLong)
  • Issue #38 Fixed. Now array type queryParams are supported. #43 (baskar007)

3.3.0 (2020-05-30) #

Full Changelog

Merged pull requests:

3.2.0 (2020-05-23) #

Full Changelog

Implemented enhancements:

  • query params typing #27

Fixed bugs:

  • _extractCookies when cookie has an equal sign #26
  • About _extractResponseCookies #16

Closed issues:

  • crash in getStoredCookies, calling fromJson with null #34
  • please make the response headers more easily accessible #30
  • Send a List in a POST request #28

Merged pull requests:

  • Added the new properties "headers" and "contentType" to "Response"-Object. #35 (imdatsolak)
  • Use single quotes instead of double quotes wherever appropriate #33 (anirudh24seven)
  • Updated cookie extraction to account for cookies ending in == #29 (FilledStacks)

3.1.0 (2020-03-11) #

Full Changelog

Closed issues:

  • Cookie not follow ignore set correctly #23

Merged pull requests:

  • Added queryParameters support and moved port to Uri. #25 (rafaelcmm)
  • apply ignore case for servers return lower case cookies #24 (eggate)

3.0.5 (2020-02-24) #

Full Changelog

Merged pull requests:

3.0.4 (2020-02-18) #

Full Changelog

Closed issues:

  • How to add body in patch request #19
  • How to add body in delete request #18

Merged pull requests:

  • added body parameter to PATCH request since it is supported by the dart http client #20 (frederikpietzko)

3.0.3 (2019-11-09) #

Full Changelog

Closed issues:

  • Fix body on request, convert to json only when needed #14
  • Dart command get error #12

Merged pull requests:

  • Fix body on request, convert to json only when needed #13 (juvs)

3.0.1 (2019-10-20) #

Full Changelog

Closed issues:

  • Error Object on Server Side Error #9
  • Requests on localhost with custom port won'work #8
  • SSL handshake error on self-signed cert #7
  • Please upgrade shared_preferences version #5

Merged pull requests:

  • Error Object, remove unnecessary new keywords, format code #10 (RickStanley)

2.0.1 (2019-05-05) #

Full Changelog

Implemented enhancements:

  • support "application/x-www-form-urlencoded" #4

Merged pull requests:

  • Added bodyEncoding support, multiple cookies in one Set-cookie support #6 (genesiscz)

1.0.2 (2019-02-17) #

Full Changelog

Closed issues:

  • peristsCookies parameter not passed from methods to _httpRequest #3

* This Changelog was automatically generated by github_changelog_generator

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, hex, http, quiver

More

Packages that depend on requests