VS code development container for flutter
archived this is quite old and I’m not maintaining it. Feel free to fork it :)
A Dockerfile & config for developing with Flutter and
the VS Remote - Containers
extension.
Usage:
git clone https://github.com/MFAshby/flutter-devcontainer.git
cd flutter-devcontainer; code .
flutter create hello_world
to create aflutter run
, make sure you click thePlease note that this container is set to run in
privileged mode
in order to access USB devices on the host machine. You should be aware of the security
implications of this.
Please also note when you use this container you’re automatically agreeing to the
Android SDK terms & conditions