am_state 1.0.1 am_state: ^1.0.1 copied to clipboard
A state-management and data providing library. this lib gives (AmDataProvider<T>) as data provider and (AmRefreshWidget<T>) as wrapper to widgets.
0.0.1 #
initial release
0.0.2 #
clean unneeded files
0.0.2+1 #
fixed type error of accessing data
0.0.3 #
Adding feature: Using one provider for multiple (RefreshWidget)s
0.0.3+1 #
Adding Comments, Documentation, Example
0.0.4 #
Adding feature: FunctionTriggers => Fires a function when its provider data is changed
1.0.1 #
New technique of working but the same way to code. Adding feature: Ability to get the data stored in the provider just before the last update. Adding feature: Adding [statePoint]s to the [AmRefreshWidget] and ability to get the [AmRefreshWidgetController].