boringdeveloper / FlutterSwitch

A Custom Switch package created for Flutter.
https://pub.dev/packages/flutter_switch
BSD 3-Clause "New" or "Revised" License
78 stars 66 forks source link

Switch with motion event (Swipe gesture should invoke switch toggle moving) #54

Open KirillBorodin opened 2 years ago

KirillBorodin commented 2 years ago

Hey, first of all I would like to say thank for all of you guys, you did nice job. Really appreciate that!

The thing I've notice is that: The Switch doesn't move by swipe gesture from left to right and opposite.

Does the widget have such kind of feature? Maybe I missed that, not sure...

Anyway, this one should be present I suppose. Are someone doing something like that? I can basically contribute that.

Thank you