The special lint package that we used on Flutter Turkey projects.
You can use this package on all your projects.
Note: You can access more info about Lint Rules from here.
To use these rules add the package below the dev_dependencies
in the pubspec.yaml
file.
dev_dependencies:
flutrlint: ^3.0.0
Create a file named analysis_options.yaml
on the root directory of the project and add the command below.
include: package:flutrlint/analysis_options.yaml
We added the lint rules we love as Flutter Turkey into this package.
We also noted as a comment on top of it why we did not add the rule.