Skip to content
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

Swipe and AppBar Actions doesnt work well. #54

Open
oswaldocueto01 opened this issue Nov 6, 2020 · 3 comments
Open

Swipe and AppBar Actions doesnt work well. #54

oswaldocueto01 opened this issue Nov 6, 2020 · 3 comments

Comments

@oswaldocueto01
Copy link

oswaldocueto01 commented Nov 6, 2020

When i use Swipe property i can tap all my icon button widget. exists some space or with near to the device side that cause the problem.

image

image

I cant touch all this area...

@oswaldocueto01
Copy link
Author

Update... i fixed it changing the
const double _kEdgeDragWidth = 20.0;
to
const double _kEdgeDragWidth = 0.0;

thats all, Thanks you

@oswaldocueto01
Copy link
Author

Consider to change that constant to a public for change it before init state or implement it as a parameter.

@noobloser
Copy link

tl;dr: definition of a swipe area

If possible the definition of a designated swipe area might be beneficial.
Having a Listview with an overlay button to open the sidebar, the user might also like to swipe.
If the items also have a swipe action attached to them it might get complicated, so limiting the flutter_inner_drawer swipe area to the button area might help here.
Screenshot from 2020-11-30 03-43-55

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

No branches or pull requests

3 participants