Skip to content

Commit 35a975d

Browse files
committed
Avoid git dependency to fix pub problem
1 parent bb31960 commit 35a975d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sqlite3/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ dependencies:
1414

1515
dev_dependencies:
1616
build_ffi_generator:
17-
git:
18-
url: https://github.com/simolus3/build_ffi_generator.git
17+
hosted:
18+
url: https://simonbinder.eu
19+
name: build_ffi_generator
1920
build_runner: ^2.0.0
2021
extra_pedantic: ^1.3.0
2122
path: ^1.8.0

0 commit comments

Comments
 (0)