flutter_swiper
flutter_swiper copied to clipboard
Pagination dots are LRT while application is in RTL
When the application is on RTL, the pagination dots below the swiping area are displayed in ltr while the app is on rtl (the dots stay the same while in ltr and rtl - bad behaviour).
The expected behaviour is that the dots should be flipped and be displayed in rtl. This is an issue because in rtl the swiping are also from right to left (good behaviour), so the pagination dots are confusing the users where to swipe because they are reversed.
This is odd because the swiping itself flipped but the dots didn't.
If someone knows the solution to this, please help me out. Thanks!
你知道怎么Swiper保持页面状态吗?要求所有页面每次切换只会初始化一次,但是我的页面每次切换都会重新初始化,使用AutomaticKeepAliveClientMixin也没有任何作用。