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
fpdart
package to1.0.0
- Rename
ValueChanged
toValueActionChanged
[0.1.2] #
- Upgrade packages
- Add the
absent
andconstF
methods
[0.1.1] #
- Upgrade packages
[0.1.0+1] #
- Back
data
getter to theFacadeConsumerState
.
[0.1.0] #
- Add
isInitial
,isInProgress
,isSuccess
andisFailure
getters for theIVoidActionBlocState
andIActionBlocState
. - BREAKING Update the
ReactiveFacadeConsumerCubit
:- rename it to the
FacadeConsumerCubit
- update its state:
- rename it to the
FacadeConsumerState
- add
FacadeConsumerState.loaded
constructor instead of the default one and make thedata
argument positional (previously it was named) - add
whenOrNull
method - add
isInitial
andisLoaded
getters
- rename it to the
- rename it to the
- Add facade tests.
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.