File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ packages:
211
211
name: path_provider_android
212
212
url: "https://pub.dartlang.org"
213
213
source: hosted
214
- version: "2.0.17 "
214
+ version: "2.0.19 "
215
215
path_provider_ios:
216
216
dependency: transitive
217
217
description:
@@ -257,9 +257,11 @@ packages:
257
257
perfect_freehand:
258
258
dependency: "direct main"
259
259
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
263
265
version: "1.0.4"
264
266
petitparser:
265
267
dependency: transitive
Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ dependencies:
42
42
go_router : ^4.2.2
43
43
path_to_regexp : ^0.4.0
44
44
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
46
49
47
50
path_provider : ^2.0.11
48
51
uuid : ^3.0.6
You can’t perform that action at this time.
0 commit comments