Skip to content

Commit e004e62

Browse files
committed
pubspec: use latest perfect-freehand
perfect-freehand fixed pressure sensitivity but hasn't made a new release to pub.dev yet; use git instead of pub.dev for now to get the latest changes
1 parent 6ab1ef8 commit e004e62

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

pubspec.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ packages:
211211
name: path_provider_android
212212
url: "https://pub.dartlang.org"
213213
source: hosted
214-
version: "2.0.17"
214+
version: "2.0.19"
215215
path_provider_ios:
216216
dependency: transitive
217217
description:
@@ -257,9 +257,11 @@ packages:
257257
perfect_freehand:
258258
dependency: "direct main"
259259
description:
260-
name: perfect_freehand
261-
url: "https://pub.dartlang.org"
262-
source: hosted
260+
path: "."
261+
ref: HEAD
262+
resolved-ref: "066461ee27342559e5731a03e3371c0537f1abcb"
263+
url: "https://github.com/steveruizok/perfect-freehand-dart"
264+
source: git
263265
version: "1.0.4"
264266
petitparser:
265267
dependency: transitive

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ dependencies:
4242
go_router: ^4.2.2
4343
path_to_regexp: ^0.4.0
4444

45-
perfect_freehand: ^1.0.4
45+
# todo: use pub.dev when the new release (> 1.0.4) is available
46+
perfect_freehand:
47+
git:
48+
url: https://github.com/steveruizok/perfect-freehand-dart
4649

4750
path_provider: ^2.0.11
4851
uuid: ^3.0.6

0 commit comments

Comments
 (0)