A common pedantic configuration for all of Resideo's Dart/Flutter packages.
Include this package under your dev dependencies in pubspec.yaml:
dev_dependencies:
resideo_pedantic:
git:
url: https://github.com/resideo/resideo_pedantic.gitThis can replace
pedanticif it is listed in your pubspec already.
Then include the options in your analysis_options.yaml:
include: package:resideo_pedantic/analysis_options.yamlThis can replace
pedanticif it is listed in your options already.