ZahraVe
ZahraVe
@TAAkshay change `lockAspectRatio` to true. It will then react based on `CropAspectRatio` you defined.
I using photo_view package, when I tap once or double tap, it is panning instead. this happens on Samsung phones only. The issue still exist for me. I appreciate any...
@renancaraujo Just applied [508d9b7](https://github.com/eduribas/photo_view/commit/508d9b77dafbcf88045b4a7fee737eed4064ea2c) in the package directory in my project and works perfectly (No issue with tapping or double tapping or panning). That would be great if you apply...
@ali-alizadeh Thanks for migration, I am going to use this pckage, how can I get the null safe version in my flutter app?
Same here, any solution?
@xSuperMu Same here; it also causes losing the state of those pages that are rebuilding. Any idea to work around this issue?
@jb3rndt I have an issue with rebuilding on other screens when the keyboard pops up on one screen. Here is how my widgets are arranged; ``` class CustomNavBar extends StatefulWidget...
@jb3rndt I have managed to keep the state of the page that I wanted to. Still, the build method of the screens would be called whenever the keyboard moves. I...
@jb3rndt I'm wondering if you have come up with any solution or implementation that makes the other transitions possible without losing the state as of today. our app relies on...
Has anyone got any solution? same issue here!!! The plugin `image_gallery_saver` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to...