flutter_swiper
flutter_swiper copied to clipboard
RTL swipe support
how to swipe from right to left?
how to swipe from right to left?
use Directionality widget and set "textDirection: TextDirection.rtl"...it will work perfectly