Skip to content

It's a tv guide app created by using flutter and tmdb api for the data

Notifications You must be signed in to change notification settings

vineeshvk/Tv-DB-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)