tmdb_dart 0.2.2 copy "tmdb_dart: ^0.2.2" to clipboard
tmdb_dart: ^0.2.2 copied to clipboard

Type Safe API client for The Movie Database API (v3)[https://developers.themoviedb.org/3/]

0.0.1 #

  • Initial release.

0.0.1+1 #

  • Renamed main lib file according to pub guidelines
  • Relaxed constraint on http dependency

0.0.2 #

  • Added methods for predefined searches: getTopRatedMovies(), getPopularMovies(), getUpcomingMovies(), getNowPlayingMovies(), getLatestMovies()

0.0.3 #

  • Added methods for getting movie details getMovie()
  • Partial support for response appending of getMovie(), currently only Images are appended
  • Renamed Resolution to AssetQuality
  • Extracted Asset Path resolving methods from Configuration class to AssetResolver

0.0.4 #

  • Changed http package version

0.0.5 #

  • Upgraded version of the 'http' package
  • Upgraded sdk version to stable (was 'dev' previosly)
  • Enhanced getMovie() method to support new appending options
    1. Alternative Titles
    2. Credits
    3. External Ids
    4. Keywords
    5. Videos
    6. Recommendations
    7. Similar Movies

0.0.6 #

  • Asset Resolver now resolves null urls to null instead of prepending image url
  • MovieBase constructor does not fail anymore on null release date

0.0.7 #

  • Fix for null properties in serialized movie search settings

0.0.8 #

  • Fix code style according to dartfmt
  • Rename Image to ImageInfo for better import resolution when used with flutter

0.0.9 #

  • Akash Mondal - Fix typo in MovieBase constructor causing exceptions when accesing movie genres

0.0.10 #

  • Akash Mondal - Fix Exception:ArgumentError while parsing release_date at MovieBase.fromJson() constructor
  • Akash Mondal - Remove unnecessary new keywords and Re-format some code
  • Akash Mondal - Fix warnings due to unused variables and Improve some codes
  • Akash Mondal - Add assertion to parameters of TmdbService, Configuration constructors

0.0.11 #

  • Akash Mondal - Add a seperate quality Original to AssetQuality
  • Akash Mondal - Change all Movie Settings constructors to const
  • Akash Mondal - Add new classes SortBy and Date for movie discover
  • Akash Mondal - Add new movie service functions.
    1. discoverMovies()
    2. getAllMovieGenres()
    3. getAllCountries()

0.1.0 #

  • Akash Mondal - Implement most of TV Shows API functions.
    1. Search
    2. Discover
    3. Top Rated
    4. Popular
    5. Airing Today
    6. On The Air
    7. Latest
    8. Show Details
    9. Season Details
    10. Episode Details
  • Akash Mondal - Now movie and tv show related queries can be done using the tmdbService.movie and tmdbService.tv instance respectively.
  • Akash Mondal - Change all apiKey instance variables to final, it should be the same everywhere throughout an instance of TmdbService.

0.1.1 #

  • Akash Mondal - Implement getVideos() for movie & tv show, season, episode
  • Akash Mondal - Expose variable page to function parameters
  • Akash Mondal - Implement getImages() for movie & tv show, season, episode
  • Akash Mondal - Remove all explicit initialization of default values to optional query parameters

0.2.0 #

0.2.1 #

0.2.2 #

13
likes
110
pub points
64%
popularity

Publisher

unverified uploader

Type Safe API client for The Movie Database API (v3)[https://developers.themoviedb.org/3/]

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on tmdb_dart