fl_query 0.1.0
fl_query: ^0.1.0 copied to clipboard
Asynchronous data caching, refetching & invalidation library for Flutter
v0.1.0
Initial Release
QueryBowl&QueryBowlScopefor managing & caching all the query data.Queryfor advanced fetch, refetch & data management APIsMutationfor advanced mutate (a function that modifies data somewhere) & post-mutation management APIsQueryJobfor defining the logic of how data should be fetched or refetched or invalidatedMutationJobfor defining the logic of how data should be mutatedQueryBuilderfor binding theQuery&QueryJobto a Flutter WidgetMutationBuilderfor binding theMutation&MutationJobto a Flutter Widget