austerity 0.0.4-beta austerity: ^0.0.4-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
///These are some of red squiggly lines that you will enjoy
void main() {
var awesome = 'test';
if (true) {
} else {}
}