Flutter Analysis Options With Google
Contents
analysis_options.yaml
This file is flutter project root.
It can make more good code by adding guideline to base lint.
pedantic
This is a lint that was served from Google for analysis_options.yaml.
Install pedantic
pubspec.yaml
|
|
analysis_options.yaml
|
|