-
Notifications
You must be signed in to change notification settings - Fork 47
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
Detect Pressed Item #2
Comments
Same problem here with InkWell |
can i initial the wheel with a given start index? |
CircleWheelScroll Accepts initialIndex
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
…________________________________
From: ellis-wang <[email protected]>
Sent: Friday, May 31, 2019 7:17:31 AM
To: DenisBogatirov/circle_wheel_scroll
Cc: Subscribed
Subject: Re: [DenisBogatirov/circle_wheel_scroll] Detect Pressed Item (#2)
can i initial the wheel with a given start index?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#2?email_source=notifications&email_token=ADD564VWLZ75D3HM2XGV7RDPYCRFXA5CNFSM4HGSZOR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWUE24A#issuecomment-497569136>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADD564TGSCTNTEPKWZQ7HH3PYCRFXANCNFSM4HGSZORQ>.
|
hi guys, |
I'm afraid that issue with gesture detection are connected with
Feel free to open issue on flutter repo. |
I have the same problem. |
Same problem |
same problem, list does not let the item in it detect the tap. Any work around? |
Any work around?? |
No solutions yet? |
Greetings,
I have tried to wrap the children of CircleListScrollView widget with GestureDetector and FlatButton to execute onTap or onPressed callbacks but none of them is getting called.
Also I tried to do the same in ListWheelScrollView and got the same result.
Is there a way to detect the pressed item in the list or just by using onSelectedItemChanged ?
The text was updated successfully, but these errors were encountered: