Commit 8c7dbf8 1 parent 6cc2ca3 commit 8c7dbf8 Copy full SHA for 8c7dbf8
File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,15 @@ $ dart create -t web quickstart
43
43
44
44
<i class =" material-symbols " >web</i >
45
45
To create the same web app from an IDE that has Dart integration,
46
- create a project using the template named ** Bare-bones Web App** .
46
+ [ create a project] ( {{site.flutter}}/tools/vs-code#creating-a-new-project )
47
+ using the template named ** Bare-bones Web App** .
48
+
49
+ The web app template imports [ ` package:web ` ] [ ] , Dart's powerful and concise web
50
+ interop solution built for the modern web. To learn more about it, check out the
51
+ [ web interop overview] ( /interop/js-interop/package-web ) .
47
52
48
53
[ `dart create` ] : /tools/dart-create
54
+ [ `package:web` ] : {{site.pub-pkg}}/web
49
55
50
56
## 4. Run the app {:#run}
51
57
@@ -178,7 +184,7 @@ Check out these resources:
178
184
* Web development
179
185
* [ JavaScript interoperability] ( /interop/js-interop )
180
186
* [ Web libraries and packages] ( /web/libraries )
181
- * [ ` dart:html ` overview] ( /libraries/dart-html )
187
+ * [ ` package:web ` overview] ( /interop/js-interop/package-web )
182
188
* [ Introduction to the DOM] [ ]
183
189
* Tutorials and codelabs for Dart
184
190
* [ Tutorials] ( /tutorials )
You can’t perform that action at this time.
0 commit comments