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
+2 -1
View File
@@ -11,9 +11,10 @@ $ flutter pub add fl_query
### For using with `flutter_hooks`
If you're an ELITE `flutter_hooks` user or want to use `fl_query_hooks` you'll only need the `flutter_hooks` package & nothing else
If you're an ELITE `flutter_hooks` user or want to use `fl_query_hooks` you'll need the `flutter_hooks` & `fl_query_hooks` package
```bash
$ flutter pub add fl_query_hooks
$ flutter pub add flutter_hooks
```