pinchbv / floor

The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications
https://pinchbv.github.io/floor/
Apache License 2.0
947 stars 190 forks source link

dependecy conflict with riverpod_lint 2.3.3 #796

Closed PawnBreak2 closed 5 months ago

PawnBreak2 commented 9 months ago

Looks like floor_generator is not working anymore with the latest version of riverpod linter since floor_generator has not migrated yet to analyzer 6.0, here's the message:

Because floor_generator >=1.4.0 depends on analyzer ^5.0.0 and riverpod_lint >=2.2.1 depends on analyzer ^6.0.0, floor_generator >=1.4.0 is incompatible with riverpod_lint >=2.2.1. So, because ** depends on both riverpod_lint ^2.3.3 and floor_generator ^1.4.2, version solving failed.

Seems like a blocking issue (and maybe easily fixed), since riverpod_lint is widely used. Thanks!

kinglighthill commented 6 months ago

Any solution for this? I'm currently facing this issue.

dkaera commented 5 months ago

The fix is already in the development branch, the release of the new version should be very soon