very_good_analysis 3.0.2 copy "very_good_analysis: ^3.0.2" to clipboard
very_good_analysis: ^3.0.2 copied to clipboard

Lint rules for Dart and Flutter used internally at Very Good Ventures.

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);
}
579
likes
0
pub points
97%
popularity

Publisher

verified publisherverygood.ventures

Lint rules for Dart and Flutter used internally at Very Good Ventures.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

More

Packages that depend on very_good_analysis