Widgets
In this subsection, we're going to create all the widgets of the application:
A. Snackbar Handler
We'll make a utility class for showing an error or info messages.
B. Global Blocs Widget
We'll create the main widget for creating and listening to our Use Cases using the Flutter BLoC package.
C. Note Widgets
We'll create a collection of widgets for writing and viewing our note entries.
Last updated