function_linter 1.0.8 copy "function_linter: ^1.0.8" to clipboard
function_linter: ^1.0.8 copied to clipboard

A specialized tool for Flutter devs, discouraging inline functions to promote clean code. Enhance readability and reusability.

example/README.md

Add lint as dependency to your pubspec.yaml

dev_dependencies:
  function_linter: ^1.0.1

Add a analysis_options.yaml to the root of you project.


# Not happy with the default? Customize the rules depending on your needs. 
# Here are some examples:
analyzer:
  plugins:
    - custom_lint

Hit save and see the dartanalyzer executing the lint checks in you favorite editor.

6
likes
150
pub points
8%
popularity

Publisher

verified publisherwebmobtech.com

A specialized tool for Flutter devs, discouraging inline functions to promote clean code. Enhance readability and reusability.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on function_linter