Skip to content

Movie app made in Flutter with MVVM architecture using Provider and the movie db API.

Notifications You must be signed in to change notification settings

thuanyg/movie_stream_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages