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

outdated

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: ^0.4.0

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
0
pub points
23%
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

License

unknown (LICENSE)

Dependencies

build_runner, dotenv, flutter, http, json_annotation, json_serializable

More

Packages that depend on trakt_dart