mankeli_analysis 1.1.1 copy "mankeli_analysis: ^1.1.1" to clipboard
mankeli_analysis: ^1.1.1 copied to clipboard

A set of linting rules for static analysis. This package is used internally at Mankeli Software.

mankeli_analysis #

style: mankeli analysis License

"Buy Me A Coffee"

A set of linting rules used internally at Mankeli Software for static analysis.

Gettin Started 🚀 #

  1. Add mankeli_analysis and dart_code_metrics as dev dependencies in pubspec.yaml

    dev_dependencies:
      dart_code_metrics: any
      mankeli_analysis: any
    
  2. Run flutter pub get

  3. If not already created, create a analysis_options.yaml file in the root of the project

  4. Add the following line to analysis_options.yaml

    include: package:mankeli_analysis/analysis_options.yaml
    
  5. Enjoy your new clean code!

1
likes
140
pub points
7%
popularity

Publisher

verified publishermankeli.co

A set of linting rules for static analysis. This package is used internally at Mankeli Software.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on mankeli_analysis