Stacked-Org / stacked

A Flutter application architecture created from real world scenarios
MIT License
957 stars 255 forks source link

[bug]: Upgrade Logger depency #1000

Open gabrielmcreynolds opened 1 year ago

gabrielmcreynolds commented 1 year ago

Describe the bug

Currently stacked_generator ^1.4.0 (latest version) depends on logger ^1.4.0. The logger package has released v2 with some api changes (see here. This ticket is to upgrade stacked_generator's logger dependency to the latest version and adopt the API changes.

To reproduce

If you have logger ^2.0.0 as a dependency in pubspec.yaml file then there will be a pub get conflict.

Expected behavior

Stacked generator should stay up to date with dependencies.

Screenshots

No response

Additional Context

No response

ihadabs commented 1 year ago

any update?

sebastianbuechler commented 4 days ago

@FilledStacks can you have a look at this dependency upgrade as it is blocking quite a lot now?