strict_analyzer 0.2.1 strict_analyzer: ^0.2.1 copied to clipboard
The Dart analyzer settings with stricter linter rules that allow you to write more maintainable code and improve performance.
/// https://github.com/dart-lang/pana/issues/604
void main() {
print('Don\'t look at this example!');
}