You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: