├── .devcontainer ├── Dockerfile └── devcontainer.json ├── LICENSE └── README.md /.devcontainer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MFAshby/flutter-devcontainer/HEAD/.devcontainer/Dockerfile -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MFAshby/flutter-devcontainer/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MFAshby/flutter-devcontainer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MFAshby/flutter-devcontainer/HEAD/README.md --------------------------------------------------------------------------------