v0.1.0 #4
KRTirtho
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very First Release of Fl-Query, the Async Data manager for Flutter
QueryBowl
&QueryBowlScope
for managing & caching all the query data.Query
for advanced fetch, refetch & data management APIsMutation
for advanced mutate (a function that modifies data somewhere) & post-mutation management APIsQueryJob
for defining the logic of how data should be fetched or refetched or invalidatedMutationJob
for defining the logic of how data should be mutatedQueryBuilder
for binding theQuery
&QueryJob
to a Flutter WidgetMutationBuilder
for binding theMutation
&MutationJob
to a Flutter WidgetuseQuery
for binding theQuery
&QueryJob
data to the UI layer of the applicationuseMutation
for binding theMutation
&MutationJob
operations to the UI layer of the applicationFull Changelog: https://github.com/KRTirtho/fl-query/commits/v0.1.0
This discussion was created from the release v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions