An open API service indexing awesome lists of open source software.

https://github.com/code-shoily/tmdb_dart

Dart wrapper for the movie database API
https://github.com/code-shoily/tmdb_dart

api-wrapper dart2 themoviedb-api

Last synced: 7 months ago
JSON representation

Dart wrapper for the movie database API

Awesome Lists containing this project

README

          

# tmdb-dart

## A wrapper for the The Movie Database API

A simple [The Movie Database](https://www.themoviedb.org/) API wrapper for Dart.

## Features

## Installation

*Note:* Please create `lib/api_key.dart` with the following content:

```dart
final String apiKeyV3 = "";
final String apiKeyV4 = "";
final String username = "";
final String password = "