Releases: dart-lang/ecosystem
Releases · dart-lang/ecosystem
package:dart_flutter_team_lints v2.0.0
- 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
- Fix Flutter support.
package:firehose v0.3.26
- Add support for Flutter package auto-publishing, fixing #154.
package:firehose v0.3.25
- Switch to pub.dev API in
package:firehose
.
package:firehose v0.3.24
package:firehose v0.3.23
- Tweak PR health workflow.
- Shorten some text in the markdown summary table.
package:firehose v0.3.22
- Add docs for the new
environment
input to the publish action. - Add coverage for web tests.
package:firehose v0.3.21
- Allow empty coverage in PR health checks.
package:firehose v0.3.20
- Cache file contents and parsed data in
ChangeLog
class. - Add code coverage to checks.
- Fix #125.
package:firehose v0.3.19
- Clean-up and optimizations.
- Stop depending on
package:collection
now that SDK 3.0.0 hasfirstOrNull
.