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

Lints for Dart and Flutter with some custom rules from Leobit

example/lib/example.dart

class Dog {
  final String? _name;

  const Dog(this._name);

  String getName() {
    // expect_lint: avoid_bang_operator
    return _name!;
  }
}
8
likes
0
points
123
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

License

unknown (license)

Dependencies

analyzer, custom_lint_builder

More

Packages that depend on leobit_lints