movie_database_client 1.0.3 copy "movie_database_client: ^1.0.3" to clipboard
movie_database_client: ^1.0.3 copied to clipboard

Very simple dart clieent wrapping the Open Movie Database API to list search responses to simple title queries. It returns titles, typee of title and poster images.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add movie_database_client

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

dependencies:
  movie_database_client: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:movie_database_client/movie_database_client.dart';
2
likes
35
pub points
0%
popularity

Publisher

unverified uploader

Very simple dart clieent wrapping the Open Movie Database API to list search responses to simple title queries. It returns titles, typee of title and poster images.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on movie_database_client