Skip to content

Commit 090c821

Browse files
committed
point to local dep
1 parent c1354d7 commit 090c821

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

example/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ packages:
116116
fast_rsa:
117117
dependency: "direct dev"
118118
description:
119-
name: fast_rsa
120-
url: "https://pub.dartlang.org"
121-
source: hosted
122-
version: "1.4.0-nullsafety.1"
119+
path: ".."
120+
relative: true
121+
source: path
122+
version: "1.4.0-nullsafety.2"
123123
ffi:
124124
dependency: transitive
125125
description:

example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dev_dependencies:
2020
sdk: flutter
2121
test: any
2222

23-
fast_rsa: 1.4.0-nullsafety.1
23+
fast_rsa:
24+
path: ../
2425

2526
# For information on the generic Dart part of this file, see the
2627
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)