Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions experimental/web_dashboard/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,21 @@ packages:
name: google_sign_in
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.4"
version: "5.3.2"
google_sign_in_android:
dependency: transitive
description:
name: google_sign_in_android
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.8"
google_sign_in_ios:
dependency: transitive
description:
name: google_sign_in_ios
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.1"
google_sign_in_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -625,4 +639,4 @@ packages:
version: "3.1.0"
sdks:
dart: ">=2.16.0 <3.0.0"
flutter: ">=2.5.0"
flutter: ">=2.8.0"
2 changes: 1 addition & 1 deletion experimental/web_dashboard/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
cupertino_icons: ^1.0.0
firebase_auth: ^3.1.0
firebase_core: ^1.7.0
google_sign_in: ^5.0.0
google_sign_in: ^5.3.2
json_annotation: ^4.1.0
provider: ^6.0.0
uuid: ^3.0.0
Expand Down