Skip to content

[bug]: Dependency upgrade issues #1162

@JaseElder

Description

@JaseElder

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

  1. Add brick_offline_first_with_supabase: ^2.0.0 and logger: ^2.5.0 to pubspec.yaml
  2. Run flutter pub get

Expected behavior

No response

Screenshots

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions