an app for watching and saving your favorite movies
Using the design available at https://www.figma.com/community/file/1124835379376527920
- Check if you are using flutter version 3.3.10
- Run "flutter pub get" in terminal
- Create a TMDB account(https://www.themoviedb.org) and get an api key v3
- Create an ".env" file in the project root with a single line: "apiKey=yourMovieDbApiKey"
- Run "flutter run" in terminal