furkankurt / pinch_zoom_image_last

A widget that makes picture pinch zoom, then return back to initial size and position when released. https://pub.dartlang.org/packages/pinch_zoom_image_last
ISC License
8 stars 7 forks source link

Missing Plugin Exception #5

Closed muneebahmad0600 closed 3 years ago

muneebahmad0600 commented 3 years ago

Hello there, I am using your plugin, when i try to zoom in while debudding, flutter throws this error. "MissingPluginException (MissingPluginException(No implementation found for method hideStatusBar on channel pinch_zoom_image))". i guess the "hideStatusBar()" is missing or something. Also.. I am using this in like an instagram clone, I have bottom navigation bar, so when trying to zoom sometimes the bottom nav tab starts to change.

bynicodevelop commented 3 years ago

I have the same problem :D

callumclift commented 3 years ago

also have the same problem

darinkolev commented 3 years ago

Same here. Any ideas?