- Run
git clone https://github.com/misraishan/rumad_movies_app_demo.git
- Rename
.env.example
to.env
- Run
flutter pub get
- Use the VSCode Runner tool, or do
flutter run
in Terminal- If you need to choose a different device from VSCode, open the command pallete (
shift + command + p
) and type inSelect Device
. It will provide a dropdown for connected/available emulators and devices.
- If you need to choose a different device from VSCode, open the command pallete (