mgenware_dart_lints 6.5.0
mgenware_dart_lints: ^6.5.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');
}