cosee_lints 0.5.0 copy "cosee_lints: ^0.5.0" to clipboard
cosee_lints: ^0.5.0 copied to clipboard

Lint rules and metrics for Dart and Flutter used internally at cosee GmbH.

example/lib/main.dart

void main() {
  // This will trigger `avoid_dynamic`
  const dynamic n = 10;

  // ignore: avoid_print, We can disabling a rule for a single line by using `ignore`
  print(n);
}
3
likes
140
pub points
37%
popularity

Publisher

verified publishercosee.biz

Lint rules and metrics for Dart and Flutter used internally at cosee GmbH.

Homepage
Repository (GitHub)
View/report issues

Topics

#lints

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on cosee_lints