diff --git a/pubspec.lock b/pubspec.lock index c252263a5..4bf144657 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -953,12 +953,10 @@ packages: pinput: dependency: "direct main" description: - path: "." - ref: dev - resolved-ref: "2c198e46e1fa18a15d4667aa2d939bcbb04c7c39" - url: "https://github.com/Tkko/Flutter_Pinput" - source: git - version: "2.2.12" + name: pinput + url: "https://pub.dartlang.org" + source: hosted + version: "2.2.21" platform: dependency: transitive description: @@ -1210,7 +1208,7 @@ packages: name: smart_auth url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.0.8" source_gen: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 001abdbf3..86c8b802f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,11 +23,12 @@ dependencies: google_sign_in: ^5.0.7 in_app_review: ^2.0.4 in_app_purchase: ^3.1.1 + pinput: ^2.2.11 #pinput: ^2.2.23 - pinput: - git: - url: https://github.com/Tkko/Flutter_Pinput - ref: dev + #pinput: + # git: + # url: https://github.com/Tkko/Flutter_Pinput + # ref: dev flutter_redux: ^0.8.2 redux_logging: ^0.5.0 http: ^0.13.3