austerity 0.0.3-beta
austerity: ^0.0.3-beta copied to clipboard
Dart and Flutter static code analysis, but not for the faint hearted. This code tries to turn all violations in to red squiggly lines
example/main.dart
///These are some of red squiggly lines that you will enjoy
void main() {
var awesome = 'test';
if (true) {
} else {}
}