Skip to content

Dependency Upgrade for riverpod_lint and riverpod_generator #4393

@behnamsattar

Description

@behnamsattar

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_builder or graphql_codegen, which is not ideal as it blocks access to new features.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions