Skip to content

Latest commit

 

History

History
78 lines (65 loc) · 2.67 KB

README.md

File metadata and controls

78 lines (65 loc) · 2.67 KB

WatchEz - Movie Stream App

Movie app made in Flutter with clean architecture using Provider and the phimapi.

Features

  • Sign in/Sign up (Authentication)
  • Search feature
  • Watchlist feature
  • Movie video player
  • Save to favorite list
  • Now playing movies
  • Movie by categories
  • Popular movies
  • Movie details
  • Movie cast

Screenshots

Installation

Install APK file

1. Clone the repo

git clone https://github.com/thuanyg/movie_stream_app.git
cd movie_stream_app

2. Run pub get

flutter pub get

3. Add link API into app_constants file

MOVIE_API_URL = 'API_LINK';

4. Run the app

flutter run

Packages

Acknowledgements

  • Backend: RESTful API with Java Spring Boot
  • Access this source code: WatchEz API