Releases: dart-lang/ecosystem
Releases · dart-lang/ecosystem
package:dart_flutter_team_lints v3.3.0
- Added
strict_top_level_inference
. - Require Dart
3.7
.
package:firehose v0.10.1
- Small fixes to the PR health checker.
package:firehose v0.10.0
- Remove the
version
pubspec checks (these largely duplicate the feedback
provided by publishing automation). - Set minimum SDK version to
3.5.0
because of thedart_apitool
dependency. - Run health workflow on all packages if it is changed.
- Specify Flutter packages in the repo, to only have a single workflow file.
- Compare to last published version in breaking check.
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.