-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Is your feature request related to a problem? Please describe.
Yes. The current version of riverpod_lint and 'riverpod_generator' (3.0.3) depend on older versions of core Dart packages (analyzer, build, source_gen, etc.), which causes dependency resolution failures when using the latest versions of other generator packages such as go_router_builder (≥4.1.1) and graphql_codegen (≥3.0.0).
This makes it difficult to maintain up-to-date Flutter projects that rely on Riverpod and its linting utilities.
Describe the solution you'd like
Please update riverpod_lint and 'riverpod_generator' (and related packages like riverpod_analyzer_utils) to support the latest stable versions of:
analyzer(≥ 7.4.0)build(≥ 4.0.0)source_gen(≥ 3.1.0)test_api(≥ 0.7.7)
Describe alternatives you've considered
- Downgrading dependencies like
go_router_builderorgraphql_codegen, which is not ideal as it blocks access to new features.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested