We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1354d7 commit 090c821Copy full SHA for 090c821
example/pubspec.lock
@@ -116,10 +116,10 @@ packages:
116
fast_rsa:
117
dependency: "direct dev"
118
description:
119
- name: fast_rsa
120
- url: "https://pub.dartlang.org"
121
- source: hosted
122
- version: "1.4.0-nullsafety.1"
+ path: ".."
+ relative: true
+ source: path
+ version: "1.4.0-nullsafety.2"
123
ffi:
124
dependency: transitive
125
example/pubspec.yaml
@@ -20,7 +20,8 @@ dev_dependencies:
20
sdk: flutter
21
test: any
22
23
- fast_rsa: 1.4.0-nullsafety.1
+ fast_rsa:
24
+ path: ../
25
26
# For information on the generic Dart part of this file, see the
27
# following page: https://dart.dev/tools/pub/pubspec
0 commit comments