-
-
Notifications
You must be signed in to change notification settings - Fork 320
Open
Description
Problem
mobx_codegen 2.7.6 currently depends on analyzer ^9.0.0. However, hive_ce_generator upgraded to analyzer ^10.0.0 in version
1.11.1 (IO-Design-Team/hive_ce#277).
This creates a dependency conflict — both packages cannot coexist at their latest versions:
Because hive_ce_generator >=1.11.1 depends on analyzer ^10.0.0 and mobx_codegen 2.7.6
depends on analyzer ^9.0.0, hive_ce_generator >=1.11.1 is incompatible with mobx_codegen 2.7.6.
Current Workaround
Pinning hive_ce_generator to 1.11.0 (the last version with analyzer ^9.0.0), but this blocks upgrading to newer versions.
Expected
Update mobx_codegen to support analyzer ^10.0.0, similar to how #1065 migrated from analyzer 8 to 9.
Environment
- Flutter: 3.29+
- Dart SDK: ^3.9.0
- mobx_codegen: 2.7.6
- hive_ce_generator: 1.11.0 (pinned, 1.11.1 available but incompatible)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels