valid_value_objects 0.3.1+1 copy "valid_value_objects: ^0.3.1+1" to clipboard
valid_value_objects: ^0.3.1+1 copied to clipboard

Dart package to create immutable validated value objects with the benefit of type safety and code readability.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add valid_value_objects

With Flutter:

 $ flutter pub add valid_value_objects

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  valid_value_objects: ^0.3.1+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:valid_value_objects/valid_value_objects.dart';
4
likes
140
points
24
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Dart package to create immutable validated value objects with the benefit of type safety and code readability.

Repository (GitLab)
View/report issues

License

MIT (license)

Dependencies

meta, string_validator

More

Packages that depend on valid_value_objects