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

The function_linter is a specialized linting tool crafted exclusively for Flutter developers, designed to promote clean and maintainable code by discouraging the use of inline functions. By integratin [...]

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
0
pub points
7%
popularity

Publisher

verified publisherwebmobtech.com

The function_linter is a specialized linting tool crafted exclusively for Flutter developers, designed to promote clean and maintainable code by discouraging the use of inline functions. By integrating this lint into your development process, you empower developers to adopt best practices and enhance code readability and reusability.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on function_linter