hledger_connector 0.3.0
hledger_connector: ^0.3.0 copied to clipboard
A library to connect with the hledger plain text accounting system https://hledger.org/.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hledger_connectorWith Flutter:
$ flutter pub add hledger_connectorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hledger_connector: ^0.3.0Alternatively, 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:hledger_connector/hledger_connector.dart';