lint_factory 3.7.0 copy "lint_factory: ^3.7.0" to clipboard
lint_factory: ^3.7.0 copied to clipboard

Dart / Flutter lint rules used internally by innFactory GmbH.

example/lib/example.dart

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

void main() {
  /// The following line would normally show a lint warning
  /// but we can disable the lint rule for this line using the following syntax.
  var greeting = 'hello world'; // ignore: prefer_final_locals

  /// The following line would normally show a lint warning
  /// but we can disable the lint rule for this file using `ignore_for_file`.
  print(greeting);
}
3
likes
140
pub points
41%
popularity

Publisher

verified publisherinnfactory.de

Dart / Flutter lint rules used internally by innFactory GmbH.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

More

Packages that depend on lint_factory