Browse Source

Add 'flutter/.gitpod.yml'

天问 3 years ago
parent
commit
c83fd6ffa7
1 changed files with 15 additions and 0 deletions
  1. 15 0
      flutter/.gitpod.yml

+ 15 - 0
flutter/.gitpod.yml

@@ -0,0 +1,15 @@
+image:
+  file: .gitpod.Dockerfile
+
+tasks:
+  - init: |
+      flutter upgrade
+      flutter update-packages --force-upgrade
+      flutter run -d web-server --no-resident
+ports:
+  - port: 8080
+    onOpen: notify
+vscode:
+  extensions:
+    - Dart-Code.dart-code@3.10.0-beta.2:tUOuxmX97tnVRlRhi8Z1og==
+    - Dart-Code.flutter@3.9.1:Ef3b5HLzz0C/TIa0n9xSyA==