flutter_advanced_networkimage icon indicating copy to clipboard operation
flutter_advanced_networkimage copied to clipboard

Some problems about wrap a sliver widget

Open SixSheeppp opened this issue 6 years ago • 4 comments

When I wrap a sliver widget in the ZoomableWidget,I found that I can't scroll it.So I go to the source code, and add a Listener() widget contains the GestureDetector.But it's too hard to handle the clash between sliver widget and onScaleUpdate .

SixSheeppp avatar Mar 13 '19 04:03 SixSheeppp

Oh, if you are using some kind of scrollable widgets in ZoomableWidget, the events of these widgets will be ignored.

mchome avatar Mar 14 '19 03:03 mchome

Oh, if you are using some kind of scrollable widgets in ZoomableWidget, the events of these widgets will be ignored.

Yes.Is there any way to handle this?

SixSheeppp avatar Mar 19 '19 03:03 SixSheeppp

No, i have no ideas with this. I built the ZoomableList with GestureDetector and Column, you will need to implement your own one for your needs.

mchome avatar Mar 19 '19 03:03 mchome

Ref: https://github.com/flutter/flutter/issues/15011

mchome avatar Mar 19 '19 03:03 mchome