/flutter_clean_common_value_objects

Common value objects for the domain layer of Clean Architecture

Primary LanguageDart

Provides common value objects for packages that implements the domain layer of Clean Architecture.

Features

NonNegativeNumber

A ValueObject that represent any non-negative number, either integer or decimal.

Getting started

TODO:

Usage

  1. Import the package in your pubspec.yaml
dependencies:
  flutter_clean_common_value_objects: 

TODO: