treasury_direct 3.1.1 copy "treasury_direct: ^3.1.1" to clipboard
treasury_direct: ^3.1.1 copied to clipboard

A Dart library package to access the debt of the United States from the US Treasury Direct site.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add treasury_direct

With Flutter:

 $ flutter pub add treasury_direct

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

dependencies:
  treasury_direct: ^3.1.1

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:treasury_direct/treasury_direct.dart';
1
likes
140
pub points
0%
popularity

Publisher

verified publisherlarryaasen.com

A Dart library package to access the debt of the United States from the US Treasury Direct site.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, convert, http, intl

More

Packages that depend on treasury_direct