Skip to content

Commit 8c7dbf8

Browse files
Mention package:web on web getting started page (#5782)
Co-authored-by: Parker Lougheed <parlough@gmail.com>
1 parent 6cc2ca3 commit 8c7dbf8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/content/web/get-started.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,15 @@ $ dart create -t web quickstart
4343

4444
<i class="material-symbols">web</i>
4545
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).
4752

4853
[`dart create`]: /tools/dart-create
54+
[`package:web`]: {{site.pub-pkg}}/web
4955

5056
## 4. Run the app {:#run}
5157

@@ -178,7 +184,7 @@ Check out these resources:
178184
* Web development
179185
* [JavaScript interoperability](/interop/js-interop)
180186
* [Web libraries and packages](/web/libraries)
181-
* [`dart:html` overview](/libraries/dart-html)
187+
* [`package:web` overview](/interop/js-interop/package-web)
182188
* [Introduction to the DOM][]
183189
* Tutorials and codelabs for Dart
184190
* [Tutorials](/tutorials)

0 commit comments

Comments
 (0)