fetcher 2.0.1
fetcher: ^2.0.1 copied to clipboard
Flutter package to Fetch and display asynchronous data easily
2.0.1 #
- BREAKING: rename
FetcherConfigErrorDatatoFetchErrorData. - fix
FetchErrorDataexport.
2.0.0 #
- BREAKING:
fetchErrorBuildernow passes error object to the builder, so error can be used in widget.
1.0.0 #
- BREAKING:
AsyncFormis now generic and handles a parameter of typeTto be passed on. - Add new
AsyncFormPagein the example app.
0.6.2 #
- replace
findAncestorWidgetOfExactTypebygetInheritedWidgetOfExactTypefor better performance - fix
AsyncTaskBuilder.runTaskcatch bloc throwing because of unmounted context
0.6.1 #
- fix ActivityBarrier reverse animation
0.6.0 #
- BREAKING: New
FetchBuildererror display handling usingFetchErrorDisplayMode - BREAKING: Remove
ConnectivityException&UnreportedException - BREAKING: Rename
FetchBuilder.errorBuildertoFetchBuilder.fetchErrorBuilder
0.5.1 #
- Properly handle when
FetchBuilder.saveToCachethrows
0.5.0 #
- Add
barrierColorparameter toAsyncTaskBuilder
0.4.1 #
- Fix
FetchBuildererror that may occur when task throws when state is unmounted
0.4.0 #
- BREAKING:
EventFetchBuilder.fromEventconstructor is replaced by default constructor EventFetchBuildernow internally useEventStreamBuilder, which allow to properly handle initial error
0.3.0 #
- New
PagedListViewFetcherwidget, that fetches a paginated list of data, page by page
0.2.0 #
- Add
AsyncEditBuilder.fetchingBuilderparameter, to customize the fetching widget independently from the committing widget
0.1.0 #
- Add
AsyncTaskBuilder.runTaskOnStartparameter
0.0.11 #
- fix
AsyncEditBuilder.onEditSuccessnot called
0.0.10 #
- update to
value_stream0.0.4
0.0.9 #
- fix
AsyncEditBuilderto correctly pass config
0.0.8 #
- Parameter retry of
FetcherConfig.errorBuilderis now optional, to correctly handleEventFetchBuilderstream errors
0.0.7 #
- fix
EventFetchBuilderwhen using stream with null values
0.0.6 #
- Add
FetchBuilder.initBuilderparam (to be used withfetchAtInitfalse) - New static
AsyncTaskBuilder.runTaskmethod that allows to run headless task safely - New
AsyncEditBuilder
0.0.5 #
- Default
FetchBuilderErrorWidgetnow handlesisDenseparameter - New
EventFetchBuilderwidget - Move
isDenseand fade insideFetcherConfig - Expose
ClearFocusBackground - Rename
reportErrortoonErrorANDshowErrortoonDisplayError
0.0.4 #
- Replace
rxdartdependency byvalue_stream - Remove
ValueStreamBuilder(useEventStreamBuilderfromvalue_stream)
0.0.3 #
- New
AsyncFormwidget - Code clean-up
0.0.1-dev1 #
- Initial dev version