Releases: dart-lang/ecosystem
Releases · dart-lang/ecosystem
package:dart_flutter_team_lints v3.2.1
- Depend on the
5.0.0
release ofpackage:lints
. - Removed duplicated lints:
unnecessary_library_name
,
invalid_runtime_check_with_js_interop_types
, and
unintended_html_in_doc_comment
package:firehose v0.9.3
- Do not check Dart SDK in PR Health breaking check.
package:firehose v0.9.2
- Improve formatting of the github workflow summary comments so they use less
vertical space.
package:dart_flutter_team_lints v3.2.0
- Contributed a (brief) change policy to the readme.
- Added
invalid_runtime_check_with_js_interop_types
. - Added
unintended_html_in_doc_comment
. - Require Dart
3.5
.
package:firehose v0.9.1
- Support packages nested under a 'workspace' root package.
package:dart_flutter_team_lints v3.1.0
- Added
unnecessary_library_name
. - Require Dart
3.4
.
package:dart_flutter_team_lints v3.0.0
- Depend on the
4.0.0
release ofpackage:lints
adding
theno_wildcard_variable_uses
lint. - Require Dart
3.1.0
or later.
package:firehose v0.9.0
- Add
leaking
check to the health workflow.
package:firehose v0.8.0
- Only check text files for do not submit strings.
package:firehose v0.7.0
- Add
ignore-packages
flag to the publish workflow.