TatsuUkraine / dart_environment_config

Environment specific config generator for Dart and Flutter applications during CI/CD builds
https://pub.dev/packages/environment_config
BSD 3-Clause "New" or "Revised" License
92 stars 8 forks source link

Dependencies conflict #30

Closed Auuufff closed 3 years ago

Auuufff commented 3 years ago

Hello. Have a conflict with build_runner 1.10.6

So, because project depends on both environment_config ^2.2.4 and build_runner ^1.10.6, version solving failed.)

TatsuUkraine commented 3 years ago

Hi. Hm, this package doesn't have build runner deps. Maybe you have conflict in other dependency?

alfinbi commented 3 years ago

dart_style should be using latest version to solve the dependencies conflict. Please update dart_style to higher version or change the dependencies constraint

TatsuUkraine commented 3 years ago

@alfinbi @Auuufff new version is available in pub.dev, let me know if it works fine or if you get a problem similar to this one #26 , since dart_style max version was originally limited because of this issue