cornerstone 0.0.2 cornerstone: ^0.0.2 copied to clipboard
A library written in pure dart to help devs set up dart projects with a proper architecture without having to write a lot of boilerplate code. Inspired by clean architecture.
[0.0.2] - 13 January 2020 #
- More consistency: Call in
UseCase
now acceptsParam param
instead ofParams params
. - More flexibility: UseCase is now declared as
UseCase<F, Type, Param>
. This way, you can pick anyFailure
entity you want. You can always pass the providedFailure
for convenience.
[0.0.1] - 13 January 2020 #
- Initial release of Cornerstone