Skip to content

Mouadabdelghafouraitali/TMVDB-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 TMVDB - FLUTTER

A Movies & TV Shows flutter app built using the TMVDB API

Overview

The main goal behind this project is developing an app to improve my knowledge about the Flutter Framework, in this project I used THE MOVIE DB API as the main data source

The Splash screen & Home page :

A normal Splash screen and Home page shows the top 3 of currently airing TV Shows, movies in theaters and the top 20 of the daily/weekly trending movies and TV shows.

Movie & Movie Details :

The Movie section contains the popular, now playing, upcoming and top-rated movies, movie details shows the primary information of the movie as well as the overview, genres, videos trailers, reviews, casts/crew, and the similar movies.

TV Shows & TV Shows Details :

The TV Shows section contains the popular, airing today, on TV and top-rated, TV Shows details shows the primary information of the TV Show as well as the overview, genres, the list of seasons, videos trailers, reviews, casts/crew, and the similar TV shows.

Casts & Crew :

Shows all information about the cast/crew and their movies/TV shows

Search & Genres :

Search for a specific movie, TV show, list of movie/TV show by genre.

Used API :

The Movie DB API

Used Libraries :

http

percent_indicator

connectivity

rflutter_alert

cached_network_image

shared_preferences

url_launcher

youtube_player_flutter

intl

toast

popup_menu

md2_tab_indicator

json_annotation

dots_indicator

Next features :

  • Pagination
  • Notification
  • Support different screen sizes

License

MIT License

Copyright (c) 2020 Mouad Abdelghafour AITALI

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.