/Movie-App-Flutter-GetX

Learn Movie App Flutter with Getx

Primary LanguageDart

movie_getx

Codemagic build status

Installation

  1. clone this project
https://github.com/dimaszulfa/Movie-App-Flutter-GetX.git
  1. in your terminal, run this command
cd Movie-App-Flutter-GetX
  1. also run this command to get pub
flutter pub get
  1. generate your api token from TheMovieDb, you can find here. if you don't have, you need to create an account.
  2. go to settings, copy the api string, for example:
f***532a9eb023*************
  1. open your project again, create .env in your root project then paste your token like this
TOKEN=f***532a9eb023************* 
  1. run your project with
flutter run