clinvoice 0.9.5 copy "clinvoice: ^0.9.5" to clipboard
clinvoice: ^0.9.5 copied to clipboard

Very simple command-line invoice management system using JSON to store information.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clinvoice

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

dependencies:
  clinvoice: ^0.9.5

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

Import it

Now in your Dart code, you can use:

import 'package:clinvoice/clinvoice.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Very simple command-line invoice management system using JSON to store information.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

args, dstring_fmt, meta

More

Packages that depend on clinvoice