Skip to main content
New Dart Editor Build with Pub Publish Available
- Pub publish command
- More cleanups including:
on.click.add => onClick.listen
migrate Future.delayed()
migrate Uri.isAbsolute/hasAuthority() to getter
migrate Timer
- Minor fixes to Samples
Breaking Change List:
dart:html
- A number of Indexed DB APIs have been updated to return Futures, more will be updated.
- Deprecated events syntax has been removed.
- Element.dataAttributes has been removed, use Element.dataset instead.
libraries:
- deprecated Collections-methods removed.
- New StringBuffer API, implementing StringSink interface.
And as always, view the changelog for the full list of changes, and to get started with the Editor see our tutorial.