netglade_analysis 7.0.0 copy "netglade_analysis: ^7.0.0" to clipboard
netglade_analysis: ^7.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
  var a = 5;
}
18
likes
150
pub points
48%
popularity
screenshot

Publisher

verified publishernetglade.cz

Lint rules for Dart and Flutter used internally at netglade.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

More

Packages that depend on netglade_analysis