fast_equatable_lint

Last updated:

0 purchases

fast_equatable_lint Image
fast_equatable_lint Images
Add to Cart

Description:

fast equatable lint

fast_equatable_lint #
This package uses the custom_lint package.
This is effectively a fork of equatable_lint with dependencies and detection of fast_equatable.
Setup #

In your pubspec.yaml, add these dev_dependencies :

dev_dependencies:
custom_lint:
fast_equatable_lint:
copied to clipboard

In your analysis_options.yaml, add this plugin :

analyzer:
plugins:
- custom_lint
copied to clipboard


Run flutter pub get or dart pub get in your package


Possibly restart your IDE


Setup CI #
flutter analyse or dart analyse don't use this custom rule when checking your code
If you want to analyse your code with this rule in your CI, add a step that run flutter pub run custom_lint or dart run custom_lint

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.