-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Needed for the site index for now.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: How to interop with DOM APIs | ||
description: How to use package:web to communicate with the browser in Dart. | ||
--- | ||
|
||
// *Introdcution paragraphs* | ||
|
||
## Background concepts | ||
|
||
The following sections provide some extra background and information | ||
around the technologies and concepts used in the tutorial. | ||
To skip directly to the tutorial content, | ||
go to [Steps](#steps). | ||
|
||
### Topic/concept 1 | ||
|
||
### Topic/concept..n | ||
|
||
## Steps | ||
|
||
### Prerequisites | ||
|
||
Before you begin, you'll need... | ||
* | ||
|
||
### Actionable step 1 | ||
|
||
Step subsections should be actionalble, like "Build...", "Retrieve...", "Configure...", etc. | ||
|
||
### Actionable step...n | ||
|
||
## What next? | ||
|
||
Point to other tutorials, reference, etc. |