fetching_state 1.0.1 fetching_state: ^1.0.1 copied to clipboard
A small package that helps easily to work with UI changes base on the state of fetching remote data
1.0.1 #
- Add optional init parameters for
init
method
1.0.0 #
- Remove named parameters
- Fix typos
0.0.8 #
whenOrElse
andwhen
return WidgetsmapOrElse
andmap
return whatever type you want.
0.0.7 #
- change to make return type more flexible.
- return Widget is not the case anymore.
0.0.6 #
- changing [
isDone
,isInit
,isLoading
,isError
] to getters
0.0.5 #
- adding bool shortcut methods [
isDone
,isInit
,isLoading
,isError
]
0.0.4 #
0.0.3 #
- update documents
0.0.2 #
- update license
0.0.1 #
- First publish