External Dependencies
Last updated
Last updated
In the note_app/modules/infrastructure/
directory, include the following dependencies in the pubspec.yaml
:
Here's an overview of the packages:
A package used for generating the test note entries when the application is first launched.
This package enables us to write, read and stream our note entries in a local SQL database.
, and A suite of packages for serializing and deserializing our note data model into JSON.
Fetch the dependencies: