From 795621ee66a0f3692325f360771fc593f03e6231 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 14 Feb 2023 15:16:09 +0200 Subject: [PATCH] Fix for Pininput/Linux --- pubspec.lock | 8 +++++--- pubspec.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index a5f3bbb25..c252263a5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -953,9 +953,11 @@ packages: pinput: dependency: "direct main" description: - name: pinput - url: "https://pub.dartlang.org" - source: hosted + path: "." + ref: dev + resolved-ref: "2c198e46e1fa18a15d4667aa2d939bcbb04c7c39" + url: "https://github.com/Tkko/Flutter_Pinput" + source: git version: "2.2.12" platform: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 7fd185440..001abdbf3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,11 +23,11 @@ dependencies: google_sign_in: ^5.0.7 in_app_review: ^2.0.4 in_app_purchase: ^3.1.1 - pinput: ^2.2.11 - #pinput: - # git: - # url: https://github.com/Tkko/Flutter_Pinput - # ref: dev + #pinput: ^2.2.23 + 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