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.
- Save your favorites TV shows
- Choose a random episode from a single TV show
- Coming soon...
- Provider
- SQFlite
- Dio
- TMDB API
- Flare animation loading
- Logger
- Flutter i18n - Translate to english, portuguese and spanish
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
- Flutter - Beautiful native apps in record time.
- Android Studio - Tools for building apps for Android devices.
- Visual Studio Code - Code editing. Redefined.
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.
This project is licensed under the GNU GPL v3 License - see the LICENSE file for details.