TV Randshow – App to choose a random TV show episode
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 building 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 git@github.com:deandreamatias/tv-randshow.git
Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about the 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
- Flutter – Beautiful native apps in record time.
- Android Studio – Tools for building apps for Android devices.
- Visual Studio Code – Code editing. Redefined.
Download App to choose a random TV show episode Source Code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.