film_gyaan

Last updated:

0 purchases

film_gyaan Image
film_gyaan Images
Add to Cart

Description:

film gyaan

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.


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


Add film_gyaan: <version> to the project.


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


Initialize the FilmGyaan with the API key.


var filmGyaan = FilmGyaan(
credentials: Credentials(
apiKey: '<API_KEY>',
),
);
copied to clipboard

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.