Closed luohao123 closed 3 years ago
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 dart fix
on the repo might fix it.
I have the same issue, unfortunately @Raphicci the dart fix
did not help. Going to downgrade Flutter to before 2.2 and try that
You can get past this issue by using the beta channel for now. flutter channel beta
& flutter upgrade
Our releases officially support the beta channel only, but since this was supposed to be fixed by https://github.com/fireslime/photo_view/pull/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.
photo_view:
git:
url: git://github.com/fireslime/photo_view
ref: 52685ab7beaf8a9107904bdb8a1590924015d016
OK, I didn't understand what needs to be done to fix this problem. Do I need to change flutter to beta? Is that it?
Isn't the beta channel newer than the master?
Does it mean the flutter team is rolling back this change?
Use the following for now:
photo_view:
git:
url: git://github.com/fireslime/photo_view
ref: 52685ab7beaf8a9107904bdb8a1590924015d016
https://github.com/fireslime/photo_view/pull/427 reverted https://github.com/fireslime/photo_view/pull/420
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.