Skip to content

A Recreation of the Netflix interface, made with flutter

License

Notifications You must be signed in to change notification settings

BarbosaRT/NetflixClone

Repository files navigation

Icon

A Netflix Clone (as the name implies), made for learning purposes.

If you want to see my other "serious" project, check bossa

login
profile
home
detail
video

Requirements:

  • python >= 3.6
  • dart >= 2.17
  • git

Python (Only needed to make it function offline):

pip install pytube, requests, json, unidecode

Clone and Execute

Clone this repository:

git clone https://github.com/BarbosaRT/NetflixClone.git

Access the directory:

cd NetflixClone

You will need a TMDB api key, you can get one here, after that replace the apiKey variable in lib/core/api/content_controller.dart and in lib/scripts/api.py

Now install the dependencies:

flutter pub get

And run:

flutter run

Extras

  • Original smooth_scroll by dezso15
  • Data Sources: TMDB, uNoGs

About

A Recreation of the Netflix interface, made with flutter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published