Photo_view: [BUG] Gallery builder photo scroll

Created on 5 Oct 2020  路  7Comments  路  Source: fireslime/photo_view

I have difficulty scrolling to change photos. I have no problem changing photos with a mouse in the emulator, but when I run it on my phone, I have problems with the changes.

bug

Most helpful comment

Same issue here. This is fixed in https://github.com/fireslime/photo_view/commit/74e5a878f99e72dfbe76dfce61c76d037e96d3db. So until 0.10.3 is released, you can override and fetch from HEAD by adding this to your pubspec.yaml:

dependency_overrides:
  photo_view:
    git:
      url: https://github.com/fireslime/photo_view

All 7 comments

same thing with me , i notice this after upgrade to 0.10.2
scroll work i swap from the adage of the screen ( Far right, far left ), gesture not responded in the middle

same issue!!

Same issue

Same issue here. This is fixed in https://github.com/fireslime/photo_view/commit/74e5a878f99e72dfbe76dfce61c76d037e96d3db. So until 0.10.3 is released, you can override and fetch from HEAD by adding this to your pubspec.yaml:

dependency_overrides:
  photo_view:
    git:
      url: https://github.com/fireslime/photo_view

I had the same problem and can confirm that the latest HEAD fixes it for me.

Sorry for that delay, we gonna have a minor version today.

Should be fixed on 0.10.3

Was this page helpful?
0 / 5 - 0 ratings