film_gyaan 1.0.5 copy "film_gyaan: ^1.0.5" to clipboard
film_gyaan: ^1.0.5 copied to clipboard

An unofficial dart SDK which will connect to TheMovieDB. This package can be used to get Movie/TV/Person related details.

film_gyaan #

An unofficial dart SDK which will connect to https://api.themoviedb.org/ for you.

For details on API go to https://developers.themoviedb.org/3/getting-started/introduction.

This is an unofficial package for TheMovieDB. And I don't take any credit for the APIs related to TheMovieDB.

  1. Create an API Key at https://developers.themoviedb.org/ and use this in the package while initializing.

  2. Add film_gyaan: <version> to the project.

  3. Add import 'package:film_gyaan/film_gyaan.dart'; to start accessing the SDK features.

  4. Initialize the FilmGyaan with the API key.

    var filmGyaan = FilmGyaan(
        credentials: Credentials(
            apiKey: '<API_KEY>',
        ),
    );
  1. Start using the package to get movie list, details and many more.

Please add issues/improvements/feature requests on GitHub. Will try to solve or add them as soon as possible.

4
likes
110
pub points
0%
popularity

Publisher

unverified uploader

An unofficial dart SDK which will connect to TheMovieDB. This package can be used to get Movie/TV/Person related details.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, logger, pedantic

More

Packages that depend on film_gyaan