vihanti_analysis_presets 1.0.7 copy "vihanti_analysis_presets: ^1.0.7" to clipboard
vihanti_analysis_presets: ^1.0.7 copied to clipboard

Lint rules for Dart and Flutter used internally at Vihanti.

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.
  // ignore: prefer_final_locals
  var greeting = 'hello world';

  /// 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);
}
0
likes
0
points
1.31k
downloads

Documentation

Documentation

Publisher

verified publishervihanti.com

Weekly Downloads

Lint rules for Dart and Flutter used internally at Vihanti.

Repository (GitLab)
View/report issues

Topics

#lints #analyzer #analysis

License

unknown (license)

Dependencies

dart_code_metrics_presets, very_good_analysis, yaml

More

Packages that depend on vihanti_analysis_presets