Skip to content

Commit 678c6ab

Browse files
committed
feat(deps): add pinput dependency and update pubspec.lock
- Add pinput package to pubspec.yaml for improved text input handling - Update pubspec.lock with new dependencies: - pinput: ^5.0.1 - universal_platform: ^1.1.0 (transitive dependency)
1 parent 821b928 commit 678c6ab

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

pubspec.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,14 @@ packages:
705705
url: "https://pub.dev"
706706
source: hosted
707707
version: "6.1.0"
708+
pinput:
709+
dependency: "direct main"
710+
description:
711+
name: pinput
712+
sha256: "8a73be426a91fefec90a7f130763ca39772d547e92f19a827cf4aa02e323d35a"
713+
url: "https://pub.dev"
714+
source: hosted
715+
version: "5.0.1"
708716
platform:
709717
dependency: transitive
710718
description:
@@ -991,6 +999,14 @@ packages:
991999
url: "https://pub.dev"
9921000
source: hosted
9931001
version: "2.2.2"
1002+
universal_platform:
1003+
dependency: transitive
1004+
description:
1005+
name: universal_platform
1006+
sha256: "64e16458a0ea9b99260ceb5467a214c1f298d647c659af1bff6d3bf82536b1ec"
1007+
url: "https://pub.dev"
1008+
source: hosted
1009+
version: "1.1.0"
9941010
url_launcher:
9951011
dependency: "direct main"
9961012
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ dependencies:
6262
url: https://github.com/flutter-news-app-full-source-code/kv-storage-shared-preferences.git
6363
logging: ^1.3.0
6464
meta: ^1.16.0
65+
pinput: ^5.0.1
6566
share_plus: ^11.0.0
6667
stream_transform: ^2.1.1
6768
timeago: ^3.7.1

0 commit comments

Comments
 (0)