-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix: [jaspr_riverpod] vsyncOverride is missing a variable #138
Labels
bug
Something isn't working
Comments
gadfly361
changed the title
fix:
fix: [jaspr_riverpod] vsyncOverride is missing a variable
Nov 13, 2023
gadfly361
added a commit
to gadfly361/jaspr
that referenced
this issue
Nov 14, 2023
10 tasks
This actually comes from a change in riverpod, where vsyncOverride was removed in the latest version: So we definitely need to fix this, but we also need to update the version constraint for riverpod. |
gadfly361
added a commit
to gadfly361/jaspr
that referenced
this issue
Nov 14, 2023
schultek
pushed a commit
that referenced
this issue
Dec 14, 2023
fix #138: [jaspr_riverpod] update vsyncOverride to flutterVsyncs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When trying to run the
examples/flutter_embedding
example, get the following error:Steps To Reproduce
3495cfd0693fed99a34ffec0f9f0b8ac9bbfb18e
)cd examples/flutter_embedding
jaspr serve
Doctor Output
Expected Behavior
For the flutter_embedding example to have been served to localhost:8080 without hitting an error.
Additional Context
I think this commit may have introduced the regression.
The text was updated successfully, but these errors were encountered: