surf_lint_rules 0.0.2-dev.2 
surf_lint_rules: ^0.0.2-dev.2 copied to clipboard
Lint rules for "Surf" company for Dart and Flutter projects. Like pedantic but stricter.
SurfGear
surf_lint_rules #
Lint rules for "Surf" company.
Getting Started #
Add surf_lint_rules as dependency to your pubspec.yaml
dev_dependencies:
  surf_lint_rules: any
Create analysis_options.yaml file
include: package:surf_lint_rules/analysis_options.yaml
See the dartanalyzer executing the lint checks in you favorite editor.