mgenware_dart_lints 1.0.0
mgenware_dart_lints: ^1.0.0 copied to clipboard
Dart lint rules used by Mgenware.
example/lib/example.dart
void main() {
// ignore: avoid_print
print('Hello world');
}Dart lint rules used by Mgenware.
example/lib/example.dart
void main() {
// ignore: avoid_print
print('Hello world');
}