Skip to content

Commit cedfa18

Browse files
committed
Simplify dev container configuration
1 parent d08b175 commit cedfa18

File tree

6 files changed

+1
-35
lines changed

6 files changed

+1
-35
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

.devcontainer/build.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"dockerFile": "Dockerfile"
2+
"image": "cirrusci/flutter:stable"
33
}

.gitpod.Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

.gitpod.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ This repo contains the source code for everything `HtmlWidget`-related.
1717
| [Demo app](./demo_app/) | https://demo.fwfh.dev, [supported/tags.html](https://demo.fwfh.dev/supported/tags.html) |
1818
| Special [dartpad](https://dartpad.dev) with our packages | https://try.fwfh.dev |
1919

20-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/daohoangson/flutter_widget_from_html)
21-
2220
<a href="https://www.buymeacoffee.com/daohoangson" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>

0 commit comments

Comments
 (0)