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