Skip to content

Commit 5926e24

Browse files
filiphyjbanov
authored andcommitted
Fix link to runZoned docs (#26)
The previous link lead to Dart 1.24 docs. The new one should automatically redirect to current stable version of Dart (currently 2.0.0).
1 parent 4fc8381 commit 5926e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ main() async {
5252
- in Flutter, use [FlutterError.onError][flutter_error]
5353
- use `Isolate.current.addErrorListener` to capture uncaught errors in the root zone
5454

55-
[run_zoned]: https://api.dartlang.org/stable/1.24.1/dart-async/runZoned.html
55+
[run_zoned]: https://api.dartlang.org/stable/dart-async/runZoned.html
5656
[flutter_error]: https://docs.flutter.io/flutter/foundation/FlutterError/onError.html
5757

5858
## Found a bug?

0 commit comments

Comments
 (0)