Creating Use Cases
Last updated
Last updated
In this subsection, we're going to make a couple of use cases for the note app with the help of the codenic_bloc_use_case package.
This tutorial will cover the following features:
A. CRUD Operations
We'll create multiple use cases to create, read, update and delete notes.
B. Data Streams
We'll create a use case for streaming a collection of notes.