Skip to content

Commit

Permalink
pubspec: use latest perfect-freehand
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adil192 committed Aug 11, 2022
1 parent 6ab1ef8 commit e004e62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 6 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ packages:
name: path_provider_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.17"
version: "2.0.19"
path_provider_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -257,9 +257,11 @@ packages:
perfect_freehand:
dependency: "direct main"
description:
name: perfect_freehand
url: "https://pub.dartlang.org"
source: hosted
path: "."
ref: HEAD
resolved-ref: "066461ee27342559e5731a03e3371c0537f1abcb"
url: "https://github.com/steveruizok/perfect-freehand-dart"
source: git
version: "1.0.4"
petitparser:
dependency: transitive
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ dependencies:
go_router: ^4.2.2
path_to_regexp: ^0.4.0

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

path_provider: ^2.0.11
uuid: ^3.0.6
Expand Down

0 comments on commit e004e62

Please sign in to comment.