leancode_cubit_utils 0.3.2 copy "leancode_cubit_utils: ^0.3.2" to clipboard
leancode_cubit_utils: ^0.3.2 copied to clipboard

A collection of cubits and widgets that facilitate the creation of repetitive pages, eliminating boilerplate.

0.3.2 #

  • Upgrade bloc to ^9.0.0

0.3.1 #

  • Rename headerBuilder and footerBuilder to headerSliverBuilder and footerSliverBuilder in PaginatedCubitLayout
  • Rebuild headerSliverBuilder and footerSliverBuilder on PaginatedCubit state change

0.3.0 #

  • Export RequestCubitConfig from leancode_cubit_utils.dart

0.2.0 #

  • Add isEmpty to BaseRequestCubit

0.1.0 #

  • Extract cqrs support to leancode_cubit_utils_cqrs
  • Provide http example

0.0.4 #

  • Remove unused, unexported code from query directory

0.0.3 #

  • Make retry in RequestErrorBuilder and PaginatedErrorBuilder non-nullable

0.0.2 #

  • Add default onErrorCallback for RequestCubitBuilder
  • Change PaginatedCubitLayout first page error callback from cubit.run to cubit.refresh

0.0.1 #

  • Initial version containing utilities for creating paginated page and page for performing a single request on a page.
9
likes
160
points
3k
downloads

Publisher

verified publisherleancode.co

Weekly Downloads

2024.09.13 - 2025.03.28

A collection of cubits and widgets that facilitate the creation of repetitive pages, eliminating boilerplate.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

async, equatable, flutter, flutter_bloc, leancode_hooks, logging, provider

More

Packages that depend on leancode_cubit_utils