body_builder 1.0.4
body_builder: ^1.0.4 copied to clipboard
BodyBuilder is a widget that manage the loading of your data
1.0.4 #
- Add method
normalizeQuery(String? query)toPaginatedStatefor more flexible query normalization - Add static getter
Iterable<String> get queriestoPaginatedState - Add method
bool has(T item)toDataState
1.0.3 #
- Add missing calls to
notifyListeners()inRelatedStateProvider
1.0.2 #
- The method
BodyBuilder#_hasMore()is now public:BodyBuilder#hasMore() - Add parameter
useButton,loadMoreBuilderandloadMoreLabelto the widgetLoadMoreto allow more customization of the load more button.
1.0.1 #
- Updated the
README.mdto fix the broken links
1.0.0 #
- Initial version of the body builder