Fix for Pininput/Linux
This commit is contained in:
parent
bac920ccc2
commit
795621ee66
|
|
@ -953,9 +953,11 @@ packages:
|
||||||
pinput:
|
pinput:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: pinput
|
path: "."
|
||||||
url: "https://pub.dartlang.org"
|
ref: dev
|
||||||
source: hosted
|
resolved-ref: "2c198e46e1fa18a15d4667aa2d939bcbb04c7c39"
|
||||||
|
url: "https://github.com/Tkko/Flutter_Pinput"
|
||||||
|
source: git
|
||||||
version: "2.2.12"
|
version: "2.2.12"
|
||||||
platform:
|
platform:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
|
|
|
||||||
10
pubspec.yaml
10
pubspec.yaml
|
|
@ -23,11 +23,11 @@ dependencies:
|
||||||
google_sign_in: ^5.0.7
|
google_sign_in: ^5.0.7
|
||||||
in_app_review: ^2.0.4
|
in_app_review: ^2.0.4
|
||||||
in_app_purchase: ^3.1.1
|
in_app_purchase: ^3.1.1
|
||||||
pinput: ^2.2.11
|
#pinput: ^2.2.23
|
||||||
#pinput:
|
pinput:
|
||||||
# git:
|
git:
|
||||||
# url: https://github.com/Tkko/Flutter_Pinput
|
url: https://github.com/Tkko/Flutter_Pinput
|
||||||
# ref: dev
|
ref: dev
|
||||||
flutter_redux: ^0.8.2
|
flutter_redux: ^0.8.2
|
||||||
redux_logging: ^0.5.0
|
redux_logging: ^0.5.0
|
||||||
http: ^0.13.3
|
http: ^0.13.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue