freezed_lint 0.0.5 copy "freezed_lint: ^0.0.5" to clipboard
freezed_lint: ^0.0.5 copied to clipboard

Linter rules for freezed.

Lints for freezed. #

Written with custom_lint to help with miss-typed/configured freezed classes.

How to use #

Add freezed_lint and custom_lint to your projects pubspec.yaml.

flutter pub add dev:custom_lint
flutter pub add dev:freezed_lint

And add custom_lint as a plugin in the analysis_options.yaml

analyzer:
  plugins:
    - custom_lint

You might need to restart your IDE for it to pick up the new lints

List of supported lint #

  • freezed_missing_mixin
  • freezed_missing_private_empty_constructor