lint_quido 0.3.6 copy "lint_quido: ^0.3.6" to clipboard
lint_quido: ^0.3.6 copied to clipboard

Collection of Flutter lints that we use and follow in Miquido

example/lib/main.dart

// The following syntax deactivates a lint for the entire file:
// ignore_for_file: avoid_print

void main() {
  /// The following syntax deactivates a lint for one line:
  var company = 'Miquido'; // ignore: prefer_final_locals, just to show example

  /// The following line would normally show a lint warning
  /// but we disabled the lint rule for this file using `ignore_for_file`
  print(company);
}
11
likes
0
pub points
49%
popularity

Publisher

verified publishermiquido.com

Collection of Flutter lints that we use and follow in Miquido

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

dart_code_metrics, flutter

More

Packages that depend on lint_quido