You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
update the readme to clarify the package's goals (#130)
* update the readme to clarify the package's goals
* Update README.md
Co-authored-by: Parker Lougheed <[email protected]>
* add a link to the topics documentation
---------
Co-authored-by: Parker Lougheed <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,17 @@ to pass these lints. The recommended lints include all the core lints.
25
25
26
26
Additionally, a third lint set -
27
27
[`package:flutter_lints`](https://pub.dev/packages/flutter_lints) - extends the
28
-
recommended set with additional recommended Flutter-specific lints. Documentation on that can be found at [github.com/flutter/packages](https://github.com/flutter/packages/tree/main/packages/flutter_lints).
28
+
recommended set with additional recommended Flutter-specific lints.
29
+
30
+
The Dart team will likely not provide recommendations past the `core` and
31
+
`recommended` sets (e.g., a `strict` rule set). However, there are many such rule
32
+
sets in the ecosystem (available at [pub.dev](https://pub.dev/)).
33
+
34
+
Rule set authors: consider adding the `lints` topic to your pubspec to allow
0 commit comments