We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dart:async
unawaited
1 parent 9619bfe commit bd10abaCopy full SHA for bd10aba
pkgs/lints/README.md
@@ -73,6 +73,11 @@ predefined lint sets provided by the lints package:
73
[`package:flutter_lints`]). To keep any of these lints enabled,
74
add them to your [analysis options][customizing static analysis].
75
76
+Additionally, `package:pedantic` provides the `unawaited` method for use with
77
+`unawaited_futures`. With SDK version 2.14 this method is available in the
78
+`dart:async` package, and this is now the recommended way to use it. Be sure to
79
+mark the minimum SDK version of your package as `2.14` if you do so.
80
+
81
## Evolving the lint sets
82
83
The Dart language changes and the ecosystem continues to develop new best
0 commit comments