body_builder 1.0.7 copy "body_builder: ^1.0.7" to clipboard
body_builder: ^1.0.7 copied to clipboard

BodyBuilder is a widget that manage the loading of your data

1.0.7 #

  • nbHits Increment nbHits on state changes.

1.0.6 #

  • PaginatedBase and PaginatedState now support nbHits to help keeping track of a counter.

1.0.5 #

  • In BodyProvider#resolve in order to avoid being in a situation with no data, allowData is now set to true (by force) if the state has no data.

1.0.4 #

  • Add method normalizeQuery(String? query) to PaginatedState for more flexible query normalization
  • Add static getter Iterable<String> get queries to PaginatedState
  • Add method bool has(T item) to DataState

1.0.3 #

  • Add missing calls to notifyListeners() in RelatedStateProvider

1.0.2 #

  • The method BodyBuilder#_hasMore() is now public: BodyBuilder#hasMore()
  • Add parameter useButton, loadMoreBuilder and loadMoreLabel to the widget LoadMore to 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
3
likes
0
pub points
30%
popularity

Publisher

verified publisherskyhook.fr

BodyBuilder is a widget that manage the loading of your data

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, pull_to_refresh, rxdart

More

Packages that depend on body_builder