trakt_dart 1.0.1 copy "trakt_dart: ^1.0.1" to clipboard
trakt_dart: ^1.0.1 copied to clipboard

A Dart client-side API package for the Trakt.tv API, a database on what tv shows and movies everyone is watching.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trakt_dart

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

dependencies:
  trakt_dart: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:trakt_dart/trakt_dart.dart';
5
likes
110
pub points
13%
popularity

Publisher

verified publisherdamonique.dev

A Dart client-side API package for the Trakt.tv API, a database on what tv shows and movies everyone is watching.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

build_runner, dotenv, flutter, flutter_inappwebview, http, json_annotation, json_serializable, tuple

More

Packages that depend on trakt_dart