Skip to content

Releases: dart-lang/ecosystem

package:dart_flutter_team_lints v3.3.0

20 Dec 02:25
d42c4d2
Compare
Choose a tag to compare
  • Added strict_top_level_inference.
  • Require Dart 3.7.

package:firehose v0.10.1

11 Dec 08:27
3339020
Compare
Choose a tag to compare
  • Small fixes to the PR health checker.

package:firehose v0.10.0

06 Dec 12:43
8749a2b
Compare
Choose a tag to compare
  • Remove the version pubspec checks (these largely duplicate the feedback
    provided by publishing automation).
  • Set minimum SDK version to 3.5.0 because of the dart_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

27 Sep 16:10
492a5bd
Compare
Choose a tag to compare
  • Depend on the 5.0.0 release of package: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

23 Sep 20:49
70521d7
Compare
Choose a tag to compare
  • Do not check Dart SDK in PR Health breaking check.

package:firehose v0.9.2

16 Aug 14:39
8626bff
Compare
Choose a tag to compare
  • Improve formatting of the github workflow summary comments so they use less
    vertical space.

package:dart_flutter_team_lints v3.2.0

08 Aug 22:02
2719d0c
Compare
Choose a tag to compare
  • 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

02 Jul 18:55
4171189
Compare
Choose a tag to compare
  • Support packages nested under a 'workspace' root package.

package:dart_flutter_team_lints v3.1.0

13 May 21:35
ad9da15
Compare
Choose a tag to compare
  • Added unnecessary_library_name.
  • Require Dart 3.4.

package:dart_flutter_team_lints v3.0.0

10 May 18:09
5890417
Compare
Choose a tag to compare
  • Depend on the 4.0.0 release of package:lints adding
    the no_wildcard_variable_uses lint.
  • Require Dart 3.1.0 or later.