diff --git a/pubspec.lock b/pubspec.lock index d2802129d..3389bfda1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -477,16 +477,20 @@ packages: google_sign_in: dependency: "direct main" description: - name: google_sign_in - url: "https://pub.dartlang.org" - source: hosted - version: "4.5.9" + path: "packages/google_sign_in/google_sign_in" + ref: master + resolved-ref: "2412a3b2c71ae2be5668c4362e5193aa833bcd72" + url: "https://github.com/aseef17/plugins.git" + source: git + version: "4.5.4" google_sign_in_platform_interface: - dependency: transitive + dependency: "direct overridden" description: - name: google_sign_in_platform_interface - url: "https://pub.dartlang.org" - source: hosted + path: "packages/google_sign_in/google_sign_in_platform_interface" + ref: HEAD + resolved-ref: "2412a3b2c71ae2be5668c4362e5193aa833bcd72" + url: "https://github.com/aseef17/plugins.git" + source: git version: "1.1.2" google_sign_in_web: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index c011cadee..09063103a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,7 +37,12 @@ dependencies: charts_flutter: ^0.9.0 firebase_auth: 0.15.2 #https://github.com/FirebaseExtended/flutterfire/issues/2433#issuecomment-622438185 #firebase_auth: ^0.18.4+1 - google_sign_in: ^4.5.1 + #google_sign_in: ^4.5.1 + google_sign_in: + git: + url: https://github.com/aseef17/plugins.git + path: packages/google_sign_in/google_sign_in + ref: master local_auth: ^0.6.1+3 sentry_flutter: ^4.0.1 image_picker: ^0.6.3+4 @@ -68,6 +73,11 @@ dependencies: dependency_overrides: # https://github.com/flutter/flutter/issues/70433#issuecomment-727154345 intl: ^0.17.0-nullsafety.2 + # https://github.com/flutter/flutter/issues/57712#issuecomment-703382420 + google_sign_in_platform_interface: + git: + url: https://github.com/aseef17/plugins.git + path: packages/google_sign_in/google_sign_in_platform_interface dev_dependencies: flutter_driver: