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