austerity 1.2.0 copy "austerity: ^1.2.0" to clipboard
austerity: ^1.2.0 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

With Flutter:

 $ flutter 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: ^1.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

24
likes
140
pub points
68%
popularity

Publisher

verified publisherchristianfindlay.com

Dart and Flutter static code analysis, but not for the faint hearted. This code tries to turn all violations in to red squiggly lines

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on austerity