deandreamatias / tv-randshow

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

Home Page:https://tvrandshow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TV Randshow website Get it on Google Play

TV Randshow - App to choose a random TV show episode

Tests Releases Google Play IzzyOnDroid Website Paypal donate Trello

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 show to get a random episode.

This project has been built using the Flutter framework, which allows to build an multiplatform app from a single codebase.

Features

  • Save your favorites TV shows with available streamings links
  • Choose a random episode from a single TV show
  • Choose a random episode from all saved TV shows
  • Choose a random TV show from trending TMDB
  • Support to Android and Web
  • Export saved TV shows to json
  • Dark mode
  • Material Design 3
  • Support to deeplink https://tvrandshow.com/getRandomEpisode?tvshow=friends
  • Roadmap in public Trello

Build and run

Requirements

  1. Clone repository with 'git clone' command or just download the zip. git clone git@github.com:deandreamatias/tv-randshow.git
  2. Prepare your develop enviroment
    1. Flutter (see version in ./fvm/fvm_config.json). Use FVM to install Flutter versions
    2. When build to iOS, follow this steps
    3. When build to Android, follow this steps
    4. (Recommended) Just to use commands
  3. Install dependencies and generate code
    1. Only use just setup
    2. If don't have just, can do manual proccess
      1. Run flutter pub get from the project root (see using packages documentation for details and how to do this in the editor).
      2. Run flutter pub run build_runner build
  4. Get your API Key from TMDB (see this FAQ for more details) and paste in file lib/config/env.dart
  5. Get your APi Key from Streaming Availabilty (on RapidApi) and paste in file lib/config/env.dart
  6. (Optional) If you want build to web, do you need follow this steps

Run

Run just run dev DEVICE_ID TMDB_API_KEY STREAMING_API_KEY command or copy the command from ./justfile

Tests

  • Integration tests (only mobile): run just integration-test TMDB_API_KEY STREAMING_API_KEY DEVICE_ID command or copy the command from ./justfile
  • Unit tests: run just unit-test TMDB_API_KEY STREAMING_API_KEY command or copy the command from ./justfile

Build

  • Android APK: Run just build-apk prod TMDB_API_KEY STREAMING_API_KEY command or copy the command from `./justfile

Replace screaming snake case with your values

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.

Powered by

TV information and images are provided by TMDb, but we are not endorsed or certified by TMDb.com or its affiliates.

About

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

https://tvrandshow.com

License:GNU General Public License v3.0


Languages

Language:Dart 95.2%Language:HTML 2.1%Language:JavaScript 0.8%Language:Just 0.7%Language:Ruby 0.5%Language:Objective-C 0.3%Language:Java 0.2%Language:CSS 0.2%Language:Swift 0.1%Language:Kotlin 0.0%