1.11.1

  • Deprecated. Please use package:lints or package:flutter_lints instead.

1.11.0

1.10.0

  • Stable null safety release.

1.10.0-nullsafety.3

  • Update SDK constraints to >=2.12.0-0 <3.0.0 based on beta release guidelines.

1.10.0-nullsafety.2

  • Allow prerelease versions of the 2.12 sdk.

1.10.0-nullsafety.1

  • Allow 2.10 stable and 2.11.0 dev SDK versions.

1.10.0-nullsafety

  • Migrate to null safety.

1.9.2

Revert changes in 1.9.1 due to problems moving unawaited to meta.

1.9.1

package:meta is now the recommended place to get the unawaited method.

pedantic now exports that implementation, so the two are compatible. unawaited will be removed from pedantic in version 2.0.0.

1.9.0

1.8.0

1.7.0

  • Add versioned analysis_options.yaml files to the package so it's possible to pin to a version without also pinning the pub dependency. See README.md for updated usage guide.

1.6.0

1.5.0

1.4.0

  • Enforce avoid_init_to_null and null_closures.

1.3.0

  • Enforce prefer_is_empty.

1.2.0

  • Enforce unawaited_futures. Stop enforcing control_flow_in_finally and throw_in_finally.

1.1.0

  • Move analysis_options.yaml under lib so you can import it directly from your own analysis_options.yaml. See README.md for example.

1.0.0

  • Describe Dart static analysis use at Google in README.md.
  • Add sample analysis_options.yaml.
  • Add unawaited method for silencing the unawaited_futures lint.