Separated vanilla flutter & the flutter_hooks version of the package 😢

CHANGELOGS created for both package
This commit is contained in:
Kingkor Roy Tirtho
2022-07-08 03:48:04 +06:00
parent 8563abf117
commit 4afaa4b471
30 changed files with 535 additions and 24 deletions
+25
View File
@@ -0,0 +1,25 @@
name: fl_query_hooks
description: Elite flutter_hooks compatible library for fl_query, the Asynchronous data caching, refetching & invalidation library for Flutter
version: 0.1.0
homepage: https://fl-query.vercel.app
issue_tracker: https://github.com/KRTirtho/fl-query/issues
repository: https://github.com/KRTirtho/fl-query
environment:
sdk: ">=2.17.1 <3.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_hooks: ^0.18.5+1
uuid: ^3.0.6
fl_query:
path: ../fl_query
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0