austerity 0.0.8-beta austerity: ^0.0.8-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
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add austerity
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
austerity: ^0.0.8-beta
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.