bluefireteam / photo_view

📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
MIT License
1.9k stars 546 forks source link

back button pops the current screen into many screens back #529

Closed Mu7ammadRasul closed 1 year ago

Mu7ammadRasul commented 1 year ago

the screen that i'm providing a photo view works fine with Navigator.pop(context) but some users have buttons instead of gestures so in that case when using back button it returns into the very first page that my app starts with while it should pop into a previous screen not that many screens back/