netglade_analysis 10.0.0 copy "netglade_analysis: ^10.0.0" to clipboard
netglade_analysis: ^10.0.0 copied to clipboard

Lint rules for Dart and Flutter used internally at netglade.

example/lib/example.dart

void main() {
  /// The following line would normally show lint warnings
  /// but we can disable the lint rules for this line using the following syntax:
  // ignore: unused_local_variable, prefer_final_locals, for demo
  var a = 5;
}