tmdb_api 2.2.0 copy "tmdb_api: ^2.2.0" to clipboard
tmdb_api: ^2.2.0 copied to clipboard

Dart client-side API package for TMDB.org API (https://www.themoviedb.org/).

ChangeLog #

2.2.0 #

  • Added include_image_language option to movie/tv getDetails. Thanks to (@0Franky)
  • Added POST/DELETE/PUT endpoint requests now include the dataBody via Map. Thanks to (@johndunne)
  • Added support for watch providers.
  • Dependencies upgrade
  • Migrated dio exception changes 5c1311e01ea412f5466243b5d9939b5d546a824d

2.1.5 #

  • Dependencies upgrade
  • Fixed a bug in v3.tv.getVideos were returning tv details instead of the videos #91. Thanks to (@bdstph)
  • Upgraded dio version to 5.1.1 to mitigate known CRLF vulnerability #92. Thanks to (@doorknob88)

2.1.4 #

  • Dependencies upgrade
  • Updated discover api (#89 ). Thanks to (@shr1k4nt)

2.1.3 #

  • Dependencies upgrade

2.1.2 #

  • Change tvId type in aggregateCredits to int (#84)
  • Add language query to trending (#85)
  • Upgraded outdated dependencies

2.1.1 #

  • Added defaultLanguage parameter (#81)
  • Upgraded outdated dependencies

2.1.0 #

  • Replaced http package with dio (#57)
  • Removed depricated exceptions (#77)
    • NullValueException
    • InvalidDataException
  • Fixed some typos (#70)
  • Improved logging interface (#75)

2.0.0 #

  • Nullsafety to stable
  • Require dart sdk >=2.14.0 <3.0.0
  • Fixed lint warnings
  • Upgraded dependencies

2.0.0-nullsafety #

This version adds nullsafety. So there are some breaking changes.

  • Features
    • Migrated to null-safety #18
    • Code Refactor #41
    • Updated workflows #42
    • Fixed Static analysis #45
    • Deprecated some exceptions breaking change #46
      • Replaced NullValueException and InvalidDataException with ArgumentException

1.2.7 #

1.2.6 #

1.2.5 #

1.2.4 #

  • Fixed #14
    • flutter web support
    • TMDBSocketException is Deprecated
    • Doesn't throw TMDBSocketException if internet connection is not avaliable.

1.2.3 #

  • Fixed append to response bug. #16

1.2.2 #

bug fix

1.2.1 #

  • Bug fix by @Arley011 with PR #13

1.2.0 #

  • All the exceptions now implements TMDBException
  • Throw TMDBSocketException if internet connection is not avaliable. There are some breaking changes

1.1.0 #

  • Added Logger.
    • previous version was causing unwanted console logs so i removed it. But you can still access those logs using logConfig parameter in TMDB class.

1.0.0-stable #

  • Initial Release
48
likes
130
pub points
87%
popularity

Publisher

verified publisherratakondalaarun.dev

Dart client-side API package for TMDB.org API (https://www.themoviedb.org/).

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

colorize, dio

More

Packages that depend on tmdb_api