cosee_lints 0.7.0 copy "cosee_lints: ^0.7.0" to clipboard
cosee_lints: ^0.7.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
160
points
361
downloads

Publisher

verified publishercosee.biz

Weekly Downloads

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