custom_lint_avoid_null_check_operator 0.0.2 copy "custom_lint_avoid_null_check_operator: ^0.0.2" to clipboard
custom_lint_avoid_null_check_operator: ^0.0.2 copied to clipboard

A custom lint that warns about null check operator usage.

example/lib/main.dart

int foo(Map? a) {
  // expect_lint: avoid_null_check_operator
  return a!['foo'];
}
1
likes
50
points
431
downloads

Publisher

unverified uploader

Weekly Downloads

A custom lint that warns about null check operator usage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on custom_lint_avoid_null_check_operator