pindo 1.0.2 copy "pindo: ^1.0.2" to clipboard
pindo: ^1.0.2 copied to clipboard

A wrapper to use all the functions of the Pindo API written in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pindo

With Flutter:

 $ flutter pub add pindo

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

dependencies:
  pindo: ^1.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:pindo/pindo.dart';
5
likes
130
pub points
0%
popularity

Publisher

verified publishersilverhairs.dev

A wrapper to use all the functions of the Pindo API written in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, meta

More

Packages that depend on pindo