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
+11
View File
@@ -0,0 +1,11 @@
v0.1.0
Initial Release
- `QueryBowl` & `QueryBowlScope` for managing & caching all the query data.
- `Query` for advanced fetch, refetch & data management APIs
- `Mutation` for advanced mutate (a function that modifies data somewhere) & post-mutation management APIs
- `QueryJob` for defining the logic of how data should be fetched or refetched or invalidated
- `MutationJob` for defining the logic of how data should be mutated
- `QueryBuilder` for binding the `Query` & `QueryJob` to a Flutter Widget
- `MutationBuilder` for binding the `Mutation` & `MutationJob` to a Flutter Widget