Core Dependencies
Last updated
Last updated
In the note_app/modules/domain/
directory, include the following dependencies in the pubspec.yaml
:
Here's an overview of the packages:
Provides a suite of class templates extending that we can use to make our .
This package offers a base Failure
class that we will extend to create custom classes. In addition, this provides a utility for converting exceptions into Failure
objects.
Fetch the dependencies:
On the note_app/modules/domain/lib/domain.dart
barrel file, export the packages to share them with the dependent modules: