We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abae80f commit 850d5a5Copy full SHA for 850d5a5
2 files changed
pubspec.lock
@@ -302,10 +302,11 @@ packages:
302
lib5:
303
dependency: "direct main"
304
description:
305
- name: lib5
306
- sha256: cd3d867a150bb7aacd07cfd23729da75cc2416b9c4099d722e499bfaa392e7b7
307
- url: "https://pub.dev"
308
- source: hosted
+ path: "."
+ ref: HEAD
+ resolved-ref: "1ac7b21f6a35b489a0743ed522a33fab2d3c51a6"
+ url: "https://github.com/s5-dev/lib5.git"
309
+ source: git
310
version: "0.2.0"
311
lints:
312
dependency: "direct dev"
pubspec.yaml
@@ -7,7 +7,8 @@ environment:
7
sdk: ^3.0.0
8
9
dependencies:
10
- lib5: ^0.2.0
+ lib5:
11
+ git: https://github.com/s5-dev/lib5.git
12
alfred:
13
git: https://github.com/redsolver/alfred.git
14
belatuk_range_header: ^6.0.0
0 commit comments