convenient_architecture 0.1.3
convenient_architecture: ^0.1.3 copied to clipboard
The collection of useful utils and architecture base classes.
0.1.3 #
- Upgrade
fpdartpackage to1.0.0 - Rename
ValueChangedtoValueActionChanged
0.1.2 #
- Upgrade packages
- Add the
absentandconstFmethods
0.1.1 #
- Upgrade packages
0.1.0+1 #
- Back
datagetter to theFacadeConsumerState.
0.1.0 #
- Add
isInitial,isInProgress,isSuccessandisFailuregetters for theIVoidActionBlocStateandIActionBlocState. - BREAKING Update the
ReactiveFacadeConsumerCubit:- rename it to the
FacadeConsumerCubit - update its state:
- rename it to the
FacadeConsumerState - add
FacadeConsumerState.loadedconstructor instead of the default one and make thedataargument positional (previously it was named) - add
whenOrNullmethod - add
isInitialandisLoadedgetters
- rename it to the
- rename it to the
- Add facade tests.
0.0.6 #
- Add
DisposableStreamListenableMixinandBlocStreamListenableMixin. They are maintain stream subscriptions forDisposableandBlocs.
0.0.5 #
- Update the
PaginationInfo. Now it has requiredidExtractorparameter.
0.0.4 #
- Update the
PaginationData:- rename it to the
PaginationInfo. - rename its old
PaginationData.datafield to thePaginationInfo.items. - add a new methods that can be used to update the pagination info:
addItemsmethod to add a new items to the existing.addItemmethod to add a new item to the existing.removeItemmethod to remove an item from the existing items.
- rename it to the
- Add documentation to the
ActionCubit,ReactiveFacadeConsumerCubitandReactiveFacade
0.0.3 #
- Fix action bloc's state mappers
0.0.2 #
- Export
ReactiveFacadeConsumerCubit. - Add an example app.
0.0.1 #
- Initial version.