dashpub_api 0.0.2 copy "dashpub_api: ^0.0.2" to clipboard
dashpub_api: ^0.0.2 copied to clipboard

Shared models and API client for the Dashpub ecosystem.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dashpub_api

With Flutter:

 $ flutter pub add dashpub_api

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

dependencies:
  dashpub_api: ^0.0.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:dashpub_api/dashpub_api.dart';
1
likes
160
points
175
downloads

Publisher

verified publishercanus.dev

Weekly Downloads

Shared models and API client for the Dashpub ecosystem.

Repository (GitHub)
View/report issues
Contributing

Topics

#api #client #pub #dashpub

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

http, json_annotation

More

Packages that depend on dashpub_api