Releases: anaselhajjaji/flutter-dev-container
Releases · anaselhajjaji/flutter-dev-container
1.0.0-flutter2.10.0
Instructions
Devcontainer pre-configured to support: Android, Linux and Web (chrome).
Uses Windows 11 Linux GUI Support.
Tested under Windows 11 Build 22000 following the official Linux GUI support documentation.
Getting started
- To start the android emulator just do:
flutter emulators --launch android-emulator
- The devcontainer creates automatically a flutter test project, after starting the emulator just do:
flutter run
- To run linux version of the application run:
flutter run -d linux