Comment on page
External Dependencies
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
:dependencies:
flutter_bloc: {{LATEST_VERSION}}
get_it: {{LATEST_VERSION}}
infinite_scroll_pagination: {{LATEST_VERSION}}
Here's an overview of the packages:
- infinite_scroll_pagination This package provides a set of widgets for implementing note pagination more conveniently.
Fetch the dependencies:
flutter pub get modules/presentation