Skip to content

Commit 6853590

Browse files
committed
feat retrieve packages from github
1 parent 45456cb commit 6853590

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/flutter_form_bloc/pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ dependencies:
1515
bloc: ^8.0.3
1616
# flutter_bloc: ^8.0.1
1717
form_bloc:
18-
path: ../form_bloc
18+
# path: ../form_bloc
19+
git:
20+
url: https://github.com/BreX900/form_bloc.git
21+
path: ./packages/form_bloc
22+
ref: next
1923
# form_bloc: ^0.30.0
2024
equatable: ^2.0.3
2125
rxdart: ^0.27.3

0 commit comments

Comments
 (0)