Skip to content

Releases: dart-lang/ecosystem

package:dart_flutter_team_lints v2.0.0

13 Sep 19:37
babf5d1
Compare
Choose a tag to compare
  • Enable strict-inference.
  • Added comment_references.
  • Added conditional_uri_does_not_exist.
  • Added prefer_const_constructors.
  • Added prefer_relative_imports.
  • Added test_types_in_equals.
  • Added use_super_parameters.

package:firehose v0.3.27

01 Sep 10:08
8743a9d
Compare
Choose a tag to compare
  • Fix Flutter support.

package:firehose v0.3.26

31 Aug 06:24
8fa89c6
Compare
Choose a tag to compare
  • Add support for Flutter package auto-publishing, fixing #154.

package:firehose v0.3.25

29 Aug 08:04
65817bf
Compare
Choose a tag to compare
  • Switch to pub.dev API in package:firehose.

package:firehose v0.3.24

25 Jul 15:57
97fc1a7
Compare
Choose a tag to compare

package:firehose v0.3.23

17 Jul 08:03
ffa1ecb
Compare
Choose a tag to compare
  • Tweak PR health workflow.
  • Shorten some text in the markdown summary table.

package:firehose v0.3.22

12 Jul 07:53
3f4b8d1
Compare
Choose a tag to compare
  • Add docs for the new environment input to the publish action.
  • Add coverage for web tests.

package:firehose v0.3.21

10 Jul 15:04
b34db4f
Compare
Choose a tag to compare
  • Allow empty coverage in PR health checks.

package:firehose v0.3.20

04 Jul 19:29
5944328
Compare
Choose a tag to compare
  • Cache file contents and parsed data in ChangeLog class.
  • Add code coverage to checks.
  • Fix #125.

package:firehose v0.3.19

29 Jun 12:36
19fa443
Compare
Choose a tag to compare
  • Clean-up and optimizations.
  • Stop depending on package:collection now that SDK 3.0.0 has firstOrNull.