-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive button on Card #2
Comments
Try to use "GestureDetector" Example: |
I am facing the same issue, I have tried using GestureDetector in a bunch of places, doesn't seem to work. |
Same issue. I have tried using GestureDetector and InkWell |
I found what the issue is, the
is placed on top of the stacked cards and its blocking the gesture detector. I don't have a solution yet though. |
Just to be sure, did u use stateful widget? Try to use print() - for understant, maybe gesture detector work, bud page dont get updated |
Yea I do have a stateful widget, here it is:
I tried to refresh it too, but didn't work. The stacked cards become clickable when i do:
but then they become unswipable and only the top card can be clicked. |
Can we open separate pages for different sized boxes? Like One page for Jack the Persion and the Black Castel and second page for the dreaming moon |
Sorry, seems like i cant help you here, but looks like people here have same problems as you |
i solved this problem, but only for the whole card, instead of returning a container, it returns a new GestureDetector to wrap everything:
|
how did u make it work? |
Hi! I want to make the text "Read Later" clickable,Can you tell me how to do this?
The text was updated successfully, but these errors were encountered: