cornerstone 0.0.2 copy "cornerstone: ^0.0.2" to clipboard
cornerstone: ^0.0.2 copied to clipboard

outdated

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 accepts Param param instead of Params params.
  • More flexibility: UseCase is now declared as UseCase<F, Type, Param>. This way, you can pick any Failure entity you want. You can always pass the provided Failure for convenience.

[0.0.1] - 13 January 2020 #

  • Initial release of Cornerstone
12
likes
0
pub points
16%
popularity

Publisher

verified publishermoseskarunia.com

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.

Repository

License

unknown (license)

Dependencies

dartz, equatable, meta

More

Packages that depend on cornerstone