lint_quido 1.16.0 copy "lint_quido: ^1.16.0" to clipboard
lint_quido: ^1.16.0 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:
  // ignore: prefer_final_locals, just to show example
  var company = 'Miquido';

  /// 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
160
pub points
49%
popularity

Publisher

verified publishermiquido.com

Collection of Flutter lints that we use and follow in Miquido

Repository (GitHub)
View/report issues

Topics

#analysis #lints

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

dart_code_metrics, flutter

More

Packages that depend on lint_quido