Describe the bug
Hiya,
I'm getting incompatibility issues with dependency upgrades:
Because brick_offline_first_with_supabase_build >=2.0.0 depends on dart_style ^3.0.0 and stacked_generator 1.6.1 depends on dart_style ^2.3.4, brick_offline_first_with_supabase_build >=2.0.0 is incompatible with stacked_generator 1.6.1.
And because no versions of stacked_generator match >1.6.1 <2.0.0, brick_offline_first_with_supabase_build >=2.0.0 is incompatible with stacked_generator ^1.6.1.
So, because blunik_stage_manager depends on both stacked_generator ^1.6.1 and brick_offline_first_with_supabase_build ^2.0.0, version solving failed.
Failed to update packages.
Because stacked_generator 1.6.1 depends on logger ^1.1.0 and no versions of stacked_generator match >1.6.1 <2.0.0, stacked_generator ^1.6.1 requires logger ^1.1.0.
So, because blunik_stage_manager depends on both logger ^2.5.0 and stacked_generator ^1.6.1, version solving failed.
Is it possible to get the dependencies for dart_style and logger updated for stacked_generator?
What operating system do you use?
macOS
Information about the installed tooling
No response
Steps to reproduce the issue
- Add
brick_offline_first_with_supabase: ^2.0.0 and logger: ^2.5.0 to pubspec.yaml
- Run
flutter pub get
Expected behavior
No response
Screenshots
No response
Additional Context
No response
Describe the bug
Hiya,
I'm getting incompatibility issues with dependency upgrades:
Is it possible to get the dependencies for
dart_styleandloggerupdated forstacked_generator?What operating system do you use?
macOS
Information about the installed tooling
No response
Steps to reproduce the issue
brick_offline_first_with_supabase: ^2.0.0andlogger: ^2.5.0topubspec.yamlflutter pub getExpected behavior
No response
Screenshots
No response
Additional Context
No response