en16931_cii 0.1.3
en16931_cii: ^0.1.3 copied to clipboard
Writes and reads the European electronic invoice as UN/CEFACT CII, the syntax France and Germany carry. Works on the EN 16931 semantic model.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add en16931_ciiWith Flutter:
$ flutter pub add en16931_ciiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
en16931_cii: ^0.1.3Alternatively, 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:en16931_cii/en16931_cii.dart';