@myFirstApp
A Flutter project to see movies info ONLY from Themoviedb Api
- you wil need to configurate an emulator first (visual studio or the console) flutter run lib/main.dart
- flutter channel master (navigate to master branch)
- flutter upgrade
- flutter config --enable-web
- flutter devices
- flutter create web_app
- flutter run -d chrome (run project on chrome)