leobit_lints 0.9.1 copy "leobit_lints: ^0.9.1" to clipboard
leobit_lints: ^0.9.1 copied to clipboard

Lints for Dart and Flutter with some custom rules from Leobit

example/example.dart

class Dog {
  final String? _name;

  const Dog(this._name);

  String getName() {
    // expect_lint: avoid_bang_operator
    return _name!;
  }
}
8
likes
140
points
283
downloads

Publisher

verified publisherleobit.com

Weekly Downloads

Lints for Dart and Flutter with some custom rules from Leobit

Repository (GitLab)
View/report issues

Topics

#linter #lints #analyzer #analysis

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, collection, custom_lint, custom_lint_builder

More

Packages that depend on leobit_lints