tmdb_api 2.1.2 tmdb_api: ^2.1.2 copied to clipboard
Dart client-side API package for TMDB.org API (https://www.themoviedb.org/).
ChangeLog #
2.1.2 #
2.1.0 #
2.0.0 #
- Nullsafety to stable
- Require dart sdk
>=2.14.0 <3.0.0
- Fixed lint warnings
- Upgraded dependencies
2.0.0-nullsafety #
1.2.7 #
- Issues Fixed
- Fixed typeerror #36 by @RatakondalaArun
- Added watch providers method #37 by @RatakondalaArun
1.2.6 #
- Issues Fixed
- Added missing method #28 by @srihariash999
- Optional Queries #30 by @is8r
- Added missing method #31 by @RatakondalaArun
1.2.5 #
- Feature
- Added page support for trending items #24 by @Viswanth1038
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
- Thanks to @Viswanth1038 for contributing this fix.
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.
- previous version was causing unwanted console logs so i removed it.
But you can still access those logs using logConfig parameter
in
1.0.0-stable #
- Initial Release