Implementing the Presentation Layer
Last updated
Last updated
A. External Dependencies
We'll import a few dependencies for creating a service locator, implementing pagination and integrating BLoC.
B. Dependency Injection and Service Locator
We'll initialize the service locator and all dependencies in the app main entry point.
C. Flutter Widgets
We'll create the app widgets for writing and displaying notes to the user.