Clancey / simple_auth

The Simplest way to Authenticate in Flutter
MIT License
352 stars 108 forks source link

fix httpClient.post argument for http 0.13.0 #154

Closed mattia-venturini closed 3 years ago

mattia-venturini commented 3 years ago

As I point out here: https://github.com/Clancey/simple_auth/issues/152, the String argument does not match the definition used with http 0.13.0. It should be of type Uri.

Clancey commented 3 years ago

Closing, since this was also fixed here: #155