domain_objects 0.2.2 copy "domain_objects: ^0.2.2" to clipboard
domain_objects: ^0.2.2 copied to clipboard

Home for all shared domain objects that are common for both bewell-consumer and bewell-professional app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add domain_objects

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

dependencies:
  domain_objects: ^0.2.2

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:domain_objects/entities.dart';
import 'package:domain_objects/failures.dart';
import 'package:domain_objects/value_objects.dart';
4
likes
100
pub points
4%
popularity

Publisher

verified publishersavannahghi.org

Home for all shared domain objects that are common for both bewell-consumer and bewell-professional app

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

dartz, flutter, freezed, freezed_annotation, intl, json_annotation, json_serializable

More

Packages that depend on domain_objects