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

Add swipe detector library #139

Merged
merged 2 commits into from
Jul 22, 2018
Merged

Add swipe detector library #139

merged 2 commits into from
Jul 22, 2018

Conversation

gurleensethi
Copy link
Contributor

Add link to swipe detector package for flutter in UI section.

@Solido
Copy link
Owner

Solido commented Jul 18, 2018

Not sure how to deal with this package it's very specific.
Can you tell us more on why it's required ? why this impl and no more GestureDetector behavior ?
Thanks

@gurleensethi
Copy link
Contributor Author

gurleensethi commented Jul 19, 2018

In my project I wanted a way to detect swipes, which I had to build by using and customizing values from GestureDetector. So I wrapped the code I wrote into a package for anyone looking for similar functionality. It saves time and effort, which is what a library is supposed to do.

@Solido
Copy link
Owner

Solido commented Jul 21, 2018

Added Slidable package to fully manage the swipe.

If you have others packages that you would like to submit you are very welcome.

@Solido Solido closed this Jul 21, 2018
@gurleensethi
Copy link
Contributor Author

Alright, but what swipedetector provides is very different from slideable. In android you would detect swipe directions using onTouchEvent, swipedetector is a substitute of that for Flutter.

@Solido
Copy link
Owner

Solido commented Jul 22, 2018

Yeah I understand this is an abstraction of the Swipe effect but this is a very specific case.
I try to curate the list to have only the most commons use cases and I cannot add all the resources.
The list doesn't reflect on the quality of the package only ones that cover the most common problems.
I may even have to use your package in one of my current project !

@Solido
Copy link
Owner

Solido commented Jul 22, 2018

Ok changed my mind, this is really advanced but in specific design case it will help.

@Solido Solido reopened this Jul 22, 2018
@Solido Solido merged commit 9a14d57 into Solido:master Jul 22, 2018
@gurleensethi
Copy link
Contributor Author

Thanks very much.
I am developing 2 more libraries on top off http package that target a very common problem.
Will let you know once done.

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