referral_reconciliation 0.0.0-dev.5 copy "referral_reconciliation: ^0.0.0-dev.5" to clipboard
referral_reconciliation: ^0.0.0-dev.5 copied to clipboard

This module will enable the health facility supervisors to track referrals made by on-field health workers to different health facilities digitally via the Digit HCM app

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add referral_reconciliation

With Flutter:

 $ flutter pub add referral_reconciliation

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

dependencies:
  referral_reconciliation: ^0.0.0-dev.5

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:referral_reconciliation/referral_reconciliation.dart';