Hi I am the maintainer of https://pub.dartlang.org/packages/multi_image_picker
Until today my package did not had any Health errors. However since today, I’ve released a new version, and the analyzer on pub.dartlang.org shows those problems:
However locally analyzer does not report any issues as it should be because I haven’t included non_constant_identifier_names
in my config
https://github.com/Sh1d0w/multi_image_picker/blob/master/analysis_options.yaml
For some reason it seems like pub.darlang.org ignores the package analysis_options and uses its own rules, which is regression from what we had before.
Not yet, but hopefully we’ll get there:
dart-lang/linter#1365