Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention package:web on web getting started page #5782

Merged
merged 2 commits into from
May 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/content/web/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,15 @@ $ dart create -t web quickstart

<i class="material-symbols">web</i>
To create the same web app from an IDE that has Dart integration,
create a project using the template named **Bare-bones Web App**.
[create a project]({{site.flutter}}/tools/vs-code#creating-a-new-project)
using the template named **Bare-bones Web App**.

The web app template imports [`package:web`][], Dart's powerful and concise web
interop solution built for the modern web. You can learn more about it
[here](/interop/js-interop/package-web).

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

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

Expand Down Expand Up @@ -178,7 +184,7 @@ Check out these resources:
* Web development
* [JavaScript interoperability](/interop/js-interop)
* [Web libraries and packages](/web/libraries)
* [`dart:html` overview](/libraries/dart-html)
* [`package:web` overview](/interop/js-interop/package-web)
* [Introduction to the DOM][]
* Tutorials and codelabs for Dart
* [Tutorials](/tutorials)
Expand Down