strict_dart 1.0.1 strict_dart: ^1.0.1 copied to clipboard
The Dart analyzer settings with stricter linter rules that allow you to write more maintainable code and improve performance.
void main() {
print('Don\'t look at this example!');
}