darttindie 1.0.0-dev.5 copy "darttindie: ^1.0.0-dev.5" to clipboard
darttindie: ^1.0.0-dev.5 copied to clipboard

Simple Dart wrapper for Tindie Order API

Discord GitHub tag (latest by date)

DartTindie #

Dart wrapper for Tindie Order API

Note: Never publish your Tindie API Key! It is a secret and should remain one!

Features #

  • Get all orders (last 20)
  • Get all shipped orders (last 20)
  • Get all unshipped orders (last 20)

Getting started #

flutter pub add darttindie

Usage #

Instantiate Tindie object with API key and username

final tindie = Tindie(
    apikey: 'api key',
    username: 'username',
);

Get last 30 orders

tindie.getOrders();

Get last 30 unshipped orders

tindie.getOrders(shipped: false);
1
likes
130
points
22
downloads

Publisher

verified publisherwirmo.de

Weekly Downloads

Simple Dart wrapper for Tindie Order API

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on darttindie