Codenic Clean Architecture
Search
⌃
K
Introduction
The Clean Architecture
Tutorial
Overview
Creating a Flutter Modular Project
Implementing the Domain Layer
Implementing the Infrastructure Layer
Implementing the Presentation Layer
External Dependencies
Dependency Injection and Service Locator
Widgets
Snackbar Handler
Global Blocs Widget
Note Widgets
Packages
Codenic Bloc Use Case
Codenic Logger
Codenic Exception Converter
Powered By
GitBook
Comment on page
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.
Previous
Dependency Injection and Service Locator
Next
Snackbar Handler
Last modified
11mo ago