convenient_architecture 0.0.6 convenient_architecture: ^0.0.6 copied to clipboard
The collection of useful utils and architecture base classes.
0.0.6 #
- Add
DisposableStreamListenableMixin
andBlocStreamListenableMixin
. They are maintain stream subscriptions forDisposable
andBloc
s.
0.0.5 #
- Update the
PaginationInfo
. Now it has requiredidExtractor
parameter.
0.0.4 #
- Update the
PaginationData
:- rename it to the
PaginationInfo
. - rename its old
PaginationData.data
field to thePaginationInfo.items
. - add a new methods that can be used to update the pagination info:
addItems
method to add a new items to the existing.addItem
method to add a new item to the existing.removeItem
method to remove an item from the existing items.
- rename it to the
- Add documentation to the
ActionCubit
,ReactiveFacadeConsumerCubit
andReactiveFacade
0.0.3 #
- Fix action bloc's state mappers
0.0.2 #
- Export
ReactiveFacadeConsumerCubit
. - Add an example app.
0.0.1 #
- Initial version.