chore: use local path to lib in examples

This commit is contained in:
Kingkor Roy Tirtho
2023-03-05 15:01:22 +06:00
parent b7ff1c8abe
commit fbe1f9591a
4 changed files with 10 additions and 5 deletions
+6 -2
View File
@@ -3,6 +3,8 @@ description: A new Flutter project.
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=2.19.2 <3.0.0"
@@ -11,8 +13,10 @@ dependencies:
sdk: flutter
cupertino_icons: ^1.0.2
fl_query: ^0.3.1
fl_query_hooks: ^0.3.1
fl_query:
path: ../../fl_query
fl_query_hooks:
path: ../
go_router: ^6.0.9
http: ^0.13.5
flutter_hooks: ^0.18.6