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
120
pub points
8%
popularity

Publisher

unverified uploader

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

Repository (GitLab)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

meta, string_validator

More

Packages that depend on valid_value_objects