Flutter package dependency conflict problem (Because xx depends on)
The simplest solution is to add "any" instead of the version number after the conflicting package, so that Flutter will automatically match the appropriate version of the package dependency.
dart_code_metrics: any