quickbooks 1.4.2 copy "quickbooks: ^1.4.2" to clipboard
quickbooks: ^1.4.2 copied to clipboard

A package to talk to the quickbook api. Can manage Oauth2 connection and many data queries of the Quickbooks platform.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quickbooks

With Flutter:

 $ flutter pub add quickbooks

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

dependencies:
  quickbooks: ^1.4.2

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:quickbooks/quickbooks.dart';
3
likes
110
pub points
65%
popularity

Publisher

verified publisherapollocode.ca

A package to talk to the quickbook api. Can manage Oauth2 connection and many data queries of the Quickbooks platform.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

alfred, collection, http, intl, oauth2

More

Packages that depend on quickbooks