ddd_value_objects 0.1.0
ddd_value_objects: ^0.1.0 copied to clipboard
A collection of reusable Value Objects for Domain-Driven Design in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ddd_value_objectsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ddd_value_objects: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ddd_value_objects/ddd_value_objects.dart';