Skip to content

Commit fa4280c

Browse files
mention the migration guide in the readme (#187)
* mention the migration guide in the readme * Update README.md Co-authored-by: Marya <[email protected]> --------- Co-authored-by: Marya <[email protected]>
1 parent d96c01d commit fa4280c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ void main() {
2525
}
2626
```
2727

28+
## Migrating to package:web
29+
30+
`package:web` is replacing `dart:html` and other web libraries as Dart's
31+
long-term web interop solution. To learn how to migrate from `dart:html`
32+
APIs to `package:web`, see our
33+
[migration guide](http://dart.dev/go/package-web).
34+
2835
## Generation conventions
2936

3037
The generator scripts use a number of conventions to consistently handle Web IDL

0 commit comments

Comments
 (0)