Skip to content

App to choose a random TV show episode - Made with #Flutter

License

Notifications You must be signed in to change notification settings

shashi2602/tv-randshow

 
 

Repository files navigation

TV Randshow logo

TV Randshow - App to choose a random TV show episode

Releases Google Play Build test

About the project

TV Randshow was created to help choose a random episode from your favorites TV shows. The TV shows database comes from the TMDB and the app saves them in a database on the device. With the list of favorites, you can roll the dice of a TV shows to get a random episode.

This project has been built using the Flutter framework, which allows to build an app for mobile, desktop & web, from a single codebase.

Features

  • Save your favorites TV shows
  • Choose a random episode from a single TV show
  • Coming soon...

Tools

Download & install

First, clone the repository with the 'clone' command, or just download the zip.

$ git clone [email protected]:deandreamatias/tv-randshow.git

Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about Flutter installation procedure, check the official install guide.

Install dependencies from pubspec.yaml by running flutter packages get from the project root (see using packages documentation for details and how to do this in the editor).

Get your API Key from TMDB (see this FAQ for more details).

Run with CLI: flutter run --flavor dev -t lib/main_dev.dart

Built with

Author

Contributing

If you want to take the time to make this project better, please read the contributing guides first. Then, you can open an new issue, of a pull request.

License

This project is licensed under the GNU GPL v3 License - see the LICENSE file for details.

About

App to choose a random TV show episode - Made with #Flutter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 97.2%
  • Java 1.6%
  • Other 1.2%