Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Some problems about wrap a sliver widget #85

Open
SixSheeppp opened this issue Mar 13, 2019 · 4 comments
Open

Some problems about wrap a sliver widget #85

SixSheeppp opened this issue Mar 13, 2019 · 4 comments

Comments

@SixSheeppp
Copy link

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 .

@mchome
Copy link
Owner

mchome commented Mar 14, 2019

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

@SixSheeppp
Copy link
Author

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?

@mchome
Copy link
Owner

mchome commented Mar 19, 2019

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
Copy link
Owner

mchome commented Mar 19, 2019

Ref: flutter/flutter#15011

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants