fix: SSO in web

This commit is contained in:
Serra Allgood 2022-02-13 17:29:04 +00:00 committed by Krille Fear
commit 4888f7528d
4 changed files with 33 additions and 11 deletions

View file

@ -576,6 +576,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.4"
flutter_web_auth:
dependency: "direct main"
description:
name: flutter_web_auth
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0"
flutter_web_plugins:
dependency: transitive
description: flutter
@ -1572,7 +1579,7 @@ packages:
name: url_launcher_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
version: "2.0.8"
url_launcher_windows:
dependency: transitive
description:
@ -1757,4 +1764,4 @@ packages:
version: "3.1.0"
sdks:
dart: ">=2.15.1 <3.0.0"
flutter: ">=2.8.0"
flutter: ">=2.10.0"