flutter_swiper icon indicating copy to clipboard operation
flutter_swiper copied to clipboard

RTL swipe support

Open Mohammad-Adam opened this issue 5 years ago • 1 comments

how to swipe from right to left?

Mohammad-Adam avatar May 18 '20 21:05 Mohammad-Adam

how to swipe from right to left?

use Directionality widget and set "textDirection: TextDirection.rtl"...it will work perfectly

ahmadkhedr avatar Jun 18 '20 07:06 ahmadkhedr