Skip to content

Commit f5539cd

Browse files
committed
feat: 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) - Ensure proper formatting and version management for all packages
1 parent 4affd9f commit f5539cd

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
@@ -428,6 +428,14 @@ packages:
428428
url: "https://pub.dev"
429429
source: hosted
430430
version: "2.3.0"
431+
pinput:
432+
dependency: "direct main"
433+
description:
434+
name: pinput
435+
sha256: "8a73be426a91fefec90a7f130763ca39772d547e92f19a827cf4aa02e323d35a"
436+
url: "https://pub.dev"
437+
source: hosted
438+
version: "5.0.1"
431439
platform:
432440
dependency: transitive
433441
description:
@@ -578,6 +586,14 @@ packages:
578586
url: "https://github.com/flutter-news-app-full-source-code/ui-kit.git"
579587
source: git
580588
version: "0.0.0"
589+
universal_platform:
590+
dependency: transitive
591+
description:
592+
name: universal_platform
593+
sha256: "64e16458a0ea9b99260ceb5467a214c1f298d647c659af1bff6d3bf82536b1ec"
594+
url: "https://pub.dev"
595+
source: hosted
596+
version: "1.1.0"
581597
uuid:
582598
dependency: "direct main"
583599
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dependencies:
5959
git:
6060
url: https://github.com/flutter-news-app-full-source-code/kv-storage-shared-preferences.git
6161
logging: ^1.3.0
62+
pinput: ^5.0.1
6263
timeago: ^3.7.1
6364
ui_kit:
6465
git:

0 commit comments

Comments
 (0)