diff options
author | Marvin Borner | 2018-07-22 00:30:01 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-22 00:30:01 +0200 |
commit | 84e912e94d6a559748c0b737fdb2e664e1291d2f (patch) | |
tree | 75563388db42a84949088ca8dee96765c011d79c /pubspec.yaml | |
parent | f03f214a47a78a52d73e28a76eec78d3f10d07e5 (diff) |
HTTP oauth login request works now
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 448b450..3cb6e02 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,6 +5,7 @@ dependencies: local_auth: "^0.2.0" shared_preferences: "^0.4.0" cupertino_icons: any + http: any flutter: sdk: flutter |