ddd_value_objects 0.1.0 copy "ddd_value_objects: ^0.1.0" to clipboard
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_objects

This 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.0

Alternatively, 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';
1
likes
150
points
90
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of reusable Value Objects for Domain-Driven Design in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dartz, equatable, flutter, intl, meta

More

Packages that depend on ddd_value_objects