-
Notifications
You must be signed in to change notification settings - Fork 96
Update source_gen to 2.0.0 #1825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
please I need it too |
Flutter / Dart is still moving fast and we need to move on to latest stables. |
Hello. Is there any news on this issue? This problem makes it impossible to use the database((( |
The same issue |
Still having this issue and it's conflicting with most other dependencies. Any workarounds or updates? |
Just wanted to check if there’s a timeline for updating realm_generator to support source_gen ^2.0.0? We’d like to upgrade to Freezed 3.0 for mixed mode and new constructor support, but it currently conflicts due to the source_gen version lock. |
Problem
Hi,
When I try to use the realm with auto_route, it gives the error below:
Because auto_route_generator 9.3.0 depends on source_gen ^2.0.0 and realm_generator >=0.2.0-alpha depends on source_gen ^1.1.0, auto_route_generator 9.3.0 is incompatible with realm_generator >=0.2.0-alpha.
And because realm >=20.0.1 depends on realm_dart ^20.0.1 which depends on realm_generator ^20.0.1, auto_route_generator 9.3.0 is incompatible with realm >=20.0.1.
Solution
Updating the source_gen dependency to 2.0.0
Alternatives
No response
How important is this improvement for you?
Dealbreaker
Feature would mainly be used with
Local Database only
The text was updated successfully, but these errors were encountered: