convenient_architecture 0.0.2 convenient_architecture: ^0.0.2 copied to clipboard
The collection of useful utils and architecture base classes.
The collection of useful utils and architecture base classes.
It consists of #
response_parser
- helps to parse responses and errors, and map them to the convenientEither
format.fpdart
andfunctional_extensions
- main functional programming types and patterns.action_bloc
- subtype of the bloc which converts an action execution to thereactive_facade_consumer_cubit
- cubit which shortcuts the subscribing and listening to the reactive facadeinProgress
andsuccess
/failure
state.reactive_facade
- helps to make the work with the infrastracture layer reactive.