Skip to content

bilguunint/Flutter-Movie-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bilguunint

Screenshots

Usage

https://www.themoviedb.org/ Register and Login get API Key from Profile > Settings > API

lib/repositories/movie_repository.dart -> You can set your API key here.

class MovieRepository {
  final String apiKey = "<<Here is your API key>>";
  static String mainUrl = "https://api.themoviedb.org/3";
}
  • All you need is here:

      git clone https://github.com/bilguunint/Flutter-Movie-App.git
      
      cd Flutter-Movie-App
      
      flutter run
    

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Flutter Movie App 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages