austerity 0.0.2-beta austerity: ^0.0.2-beta copied to clipboard
Really strict static code analysis for Flutter and Dart
///These are some red squiggly lines that will enjoy
void main() {
var awesome = 'test';
if (true) {
} else {}
}