flutter_list_bloc 4.0.0 copy "flutter_list_bloc: ^4.0.0" to clipboard
flutter_list_bloc: ^4.0.0 copied to clipboard

outdated

A Flutter package to display the data loaded with list_bloc.

4.0.0 25 Apr 2022 #

Breaking change

  • This applies to all the builder widgets
// FROM

ListBlocBuilder<T, F> extends StatelessWidget ....

// TO

ListBlocBuilder<B extends ListCubit<T, F>, T, F> extends StatelessWidget ....
  • Added new widget DataBlocBuilder

3.1.2 25 Apr 2022 #

  • added builder argument for further ListView.builder customisation

3.1.1 22 Apr 2022 #

  • Exposed reverse attribute

3.1.0 21 Apr 2022 #

  • Dependencies upgrades

3.0.6 3 Apr 2022 #

  • refresh list from zero offset in case filter is OffsetLimitFilter

3.0.5 23 Mar 2022 #

  • removed unnecessary assertion in SliverListBlocBuilder

3.0.4 22 Mar 2022 #

  • depend on list_bloc 3.0.4

3.0.3 22 Mar 2022 #

  • bugfix - do not ignore the cubit arguments

3.0.2 22 Mar 2022 #

  • bugfix - missing type arguments to ListBlocBuilder

3.0.1 22 Mar 2022 #

  • bugfix - leftover debug code

3.0.0 22 Mar 2022 #

  • Created ListBlocBuilder
  • Exposed physics in ListViewBlocBuilder

3.0.0-dev2 22 Mar 2022 #

  • fixed withRefreshIndicator in ListViewBlocBuilder

3.0.0-dev1 22 Mar 2022 #

  • dependency on list_bloc 3.0.0
  • added ListView builders

2.0.1 2 Apr 2021 #

  • initial null safety

1.0.4 1 Oct 2020 #

  • fixed error 'positions.isNotEmpty': PageController.page cannot be accessed before a PageView is built with it.

1.0.3 02 Aug 2020 #

  • Fix empty data null exception when loading

1.0.2 2 Aug 2020 #

  • Upgrade to flutter_bloc 6.0.1

1.0.1 24 Jul 2020 #

  • Upgrade to flutter_bloc 5.0.1

1.0.0 20 Jul 2020 #

  • First version used in production

0.0.2 23 Jun 2020 #

  • Different approach to building pages

0.0.1 23 Jun 2020 #

  • Initial release
1
likes
0
points
50
downloads

Publisher

verified publisherapexive.com

Weekly Downloads

A Flutter package to display the data loaded with list_bloc.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_bloc, list_bloc

More

Packages that depend on flutter_list_bloc