External Dependencies
Last updated
Last updated
Let's add the following dependencies in our presentation's pubspec.yaml
In the note_app/modules/presentation/
directory, include the following dependencies in the pubspec.yaml
:
Here's an overview of the packages:
The package for integrating our (based on BLoC Cubits) to our Flutter app.
This package will enable us to inject our dependencies via a Service Locator
.
This package provides a set of widgets for implementing note pagination more conveniently.
Fetch the dependencies: