flutter_audit 1.0.2 copy "flutter_audit: ^1.0.2" to clipboard
flutter_audit: ^1.0.2 copied to clipboard

Static analysis CLI for Flutter projects. Audits performance, memory safety, security, API hygiene, architecture, UI quality, and code quality in one shot.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_audit

Use it

The package has the following executables:

$ flutter_audit

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_audit

With Flutter:

 $ flutter pub add flutter_audit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_audit: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_audit/flutter_audit.dart';
3
likes
145
points
45
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Static analysis CLI for Flutter projects. Audits performance, memory safety, security, API hygiene, architecture, UI quality, and code quality in one shot.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, args, mason_logger, path

More

Packages that depend on flutter_audit