mgenware_dart_lints 5.0.0 copy "mgenware_dart_lints: ^5.0.0" to clipboard
mgenware_dart_lints: ^5.0.0 copied to clipboard

Dart lint rules used in Mgenware.

example/lib/example.dart

void main() {
  // ignore: avoid_print
  print('Hello world');
}