Skip to content

An unofficial dart SDK which will connect to TheMovieDB. This package can be used to get Movie/TV/Person related details. Instead of putting the calls in your project directly use this package.

Notifications You must be signed in to change notification settings

pradyotprksh/film_gyaan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

IN DEVELOPMENT

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.

The project is under development and will try to add the other APIs provided by TheMovieDB. Will make the repository public when the development is done for raising the issues and feature requests.

About

An unofficial dart SDK which will connect to TheMovieDB. This package can be used to get Movie/TV/Person related details. Instead of putting the calls in your project directly use this package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published