Comment on page
Codenic Bloc Use Case

The Codenic Bloc Use Case package provides a suite of abstract use case templates (powered by BloC cubits) that you can extend to define and create your application's use cases as part of your clean architecture.
Use Case Templates | Description |
---|---|
A use case for executing a specific task ideal for create, read, update and delete (CRUD) operations. | |
A use case for streaming data. |
Add the Dart package in your
pubspec.yaml
by running the following command in the root of your project:dart pub add codenic_bloc_use_case
Install the package by calling:
dart pub get
Last modified 11mo ago