-
Notifications
You must be signed in to change notification settings - Fork 549
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
'PointerEvent' can't be assigned to the parameter type 'PointerDownEvent' #423
Comments
I have the same problem |
This might be related to the new Flutter update 2.2, there is some breaking changes on Pointer events : https://flutter.dev/docs/release/breaking-changes/1-22-deprecations. Calling |
I have the same issue, unfortunately @Raphicci the |
You can get past this issue by using the beta channel for now. |
Our releases officially support the beta channel only, but since this was supposed to be fixed by #420, you can depend directly on photoview's repository while it doesn't reach beta. If we release a version supporting this on pub now, our score goes down.
|
OK, I didn't understand what needs to be done to fix this problem. Isn't the beta channel newer than the master? Does it mean the flutter team is rolling back this change? |
This should be fixed on 0.12.0: https://github.com/fireslime/photo_view/releases/tag/0.12.0 |
Further discussions use #441. |
Seems the lastest broken.
The text was updated successfully, but these errors were encountered: