payment_invoice_app 0.1.7
payment_invoice_app: ^0.1.7 copied to clipboard
Primary care health application.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add payment_invoice_appWith Flutter:
$ flutter pub add payment_invoice_appThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
payment_invoice_app: ^0.1.7Alternatively, 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:payment_invoice_app/main.dart';
import 'package:payment_invoice_app/models/ui/payment_head.dart';
import 'package:payment_invoice_app/models/ui/payment_invoice_model.dart';
import 'package:payment_invoice_app/modules/dialog_component.dart';
import 'package:payment_invoice_app/modules/payment_invoice_dialogue.dart';
import 'package:payment_invoice_app/modules/payment_invoice_modal.dart';
import 'package:payment_invoice_app/payment_invoice_library.dart';