leancode_cubit_utils 0.3.2
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
andfooterBuilder
toheaderSliverBuilder
andfooterSliverBuilder
inPaginatedCubitLayout
- Rebuild
headerSliverBuilder
andfooterSliverBuilder
onPaginatedCubit
state change
0.3.0 #
- Export
RequestCubitConfig
fromleancode_cubit_utils.dart
0.2.0 #
- Add
isEmpty
toBaseRequestCubit
0.1.0 #
- Extract
cqrs
support toleancode_cubit_utils_cqrs
- Provide http example
0.0.4 #
- Remove unused, unexported code from
query
directory
0.0.3 #
- Make
retry
inRequestErrorBuilder
andPaginatedErrorBuilder
non-nullable
0.0.2 #
- Add default
onErrorCallback
forRequestCubitBuilder
- Change
PaginatedCubitLayout
first page error callback fromcubit.run
tocubit.refresh
0.0.1 #
- Initial version containing utilities for creating paginated page and page for performing a single request on a page.