Finish authentication flow

This commit is contained in:
Christian Pauly 2020-01-14 15:53:35 +01:00
commit 4d027ff7f9
6 changed files with 86 additions and 17 deletions

View file

@ -380,6 +380,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
webview_flutter:
dependency: "direct main"
description:
name: webview_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.19+4"
xml:
dependency: transitive
description:
@ -396,4 +403,4 @@ packages:
version: "2.2.0"
sdks:
dart: ">=2.6.0 <3.0.0"
flutter: ">=1.12.8 <2.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"