better_effect_analyzer 0.4.0 copy "better_effect_analyzer: ^0.4.0" to clipboard
better_effect_analyzer: ^0.4.0 copied to clipboard

Static analysis and whole-project Module graph validation for better_effect and better_effect_flutter.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate better_effect_analyzer

Use it

The package has the following executables:

$ better_effect_analyzer

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add better_effect_analyzer

With Flutter:

 $ flutter pub add better_effect_analyzer

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

dependencies:
  better_effect_analyzer: ^0.4.0

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:better_effect_analyzer/better_effect_analyzer.dart';
0
likes
150
points
292
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Static analysis and whole-project Module graph validation for better_effect and better_effect_flutter.

Repository (GitHub)
View/report issues

Topics

#analysis #dependency-injection #flutter #lints #mvvm

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, args, path

More

Packages that depend on better_effect_analyzer