Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 675 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 675 Bytes

TV DB Flutter

It's an elegant Flutter implementation of a TV show guide app with the help of the tmdb open API. The app is structured using bloc architecture which uses streams for state management.

Release

TV DB Flutter.apk

Features

  • search any TV show
  • get List for popular, trending and currently airing TV shows
  • get brief overview of the TvShow
  • view all seasons
  • and their complete episodes

API

https://developers.themoviedb.org

Libraries used

  • rxdart (reactive code)
  • dio (network client)