best-flutter / flutter_swiper

The best swiper for flutter , with multiple layouts, infinite loop. Compatible with Android & iOS.
MIT License
3.51k stars 716 forks source link

RTL swipe support #205

Open Mohammad-Adam opened 4 years ago

Mohammad-Adam commented 4 years ago

how to swipe from right to left?

ahmadkhedr commented 4 years ago

how to swipe from right to left?

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