appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

widget_zoom - add option to close fullscreen image when WidgetZoom is disposed #247

Closed dtengeri closed 8 months ago

dtengeri commented 8 months ago

Context:

At the moment if you click on the image it will be opened in full screen, by pushing a new route to the navigator stack. If the WidgetZoom widget is disposed the full screen image remains visible.

Added a property so we can configure this behaviour and made it available to pop the route if the widget is disposed.