项目作者: MFAshby

项目描述 :
VS code development container for flutter
高级语言: Dockerfile
项目地址: git://github.com/MFAshby/flutter-devcontainer.git
创建时间: 2019-06-09T09:58:20Z
项目社区:https://github.com/MFAshby/flutter-devcontainer

开源协议:GNU General Public License v2.0

下载


flutter-devcontainer

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:

  • Clone this repository git clone https://github.com/MFAshby/flutter-devcontainer.git
  • Open it in VS Code cd flutter-devcontainer; code .
  • Click ‘Re-open in container’ when prompted
  • Wait for downloads to complete (this can take a while, it downloads java, android SDK
    and flutter)
  • Once the container has started, you can run flutter create hello_world to create a
    new project
  • Running on a physical device is supported with flutter run, make sure you click the
    dialog on the device in order to trust the computer you are connecting from!

Please 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