domain_objects 0.0.28-nullsafety copy "domain_objects: ^0.0.28-nullsafety" to clipboard
domain_objects: ^0.0.28-nullsafety copied to clipboard

outdated

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

Release Maintained

domain_objects #

domain_objects is an open source project — it's one among many other shared libraries that make up the wider ecosystem of software made and open sourced by Savannah Informatics Limited.

A shared library for BeWell-Consumer and BeWell-Professional Responsible for aggregating core domain objects.

Installation Instructions #

Use this package as a library by depending 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 dart pub get):

dependencies:
  domain_objects: ^0.0.28-nullsafety

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

Lastly:

Import it like so:

import 'package:domain_objects/entities.dart';

Usage #

Check the example provided for how to use this package.

Dart & Flutter Version #

  • Dart 2: >= 2.12
  • Flutter: >=2.0.0

Developing & Contributing #

First off, thanks for taking the time to contribute!

Be sure to check out detailed instructions on how to contribute to this project here and go through out Code of Conduct.

GPG Signing: As a contributor, you need to sign your commits. For more details check here

License #

This library is distributed under the MIT license found in the LICENSE file.

4
likes
0
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

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on domain_objects