quickbooks 1.1.5 copy "quickbooks: ^1.1.5" to clipboard
quickbooks: ^1.1.5 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

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

dependencies:
  quickbooks: ^1.1.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:quickbooks/quickbooks.dart';
4
likes
0
pub points
66%
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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

alfred, collection, http, intl, oauth2

More

Packages that depend on quickbooks