pedantic_sensuikan1973 5.11.0 copy "pedantic_sensuikan1973: ^5.11.0" to clipboard
pedantic_sensuikan1973: ^5.11.0 copied to clipboard

The best Dart analyzer settings are used. sensuikan1973 edition.

example/main.dart

import 'dart:io';

void main() {
  stdout.writeln(
    'This line is more than 80 chars, but analyzer do not warn. lines_longer_than_80_chars is disabled.',
  );
  if (''.isEmpty) {
    stdout.writeln(
      'analyzer do not warn. always_put_control_body_on_new_line is disabled.',
    );
  }
}
1
likes
0
points
671
downloads

Publisher

verified publisherdone-sensuikan1973.com

Weekly Downloads

The best Dart analyzer settings are used. sensuikan1973 edition.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter_lints

More

Packages that depend on pedantic_sensuikan1973