farhanfadila1717 / slide_countdown

A Flutter package to create easy slide animation countdown / countup timer.
https://pub.dev/packages/slide_countdown
MIT License
59 stars 43 forks source link

SlideCountdownSeparated digits are flipped #42

Closed appcapsergen closed 1 year ago

appcapsergen commented 1 year ago

In my app I noticed that my countdown is suddenly flipped. Then I tried it with your sample project in a completely new Flutter project, and the same thing is happening as you can see in the video below.

https://user-images.githubusercontent.com/94898347/223418560-227782d2-5372-46fa-8b42-e87509b745a2.mp4

appcapsergen commented 1 year ago

Oh, I've found why. The default textDirection is TextDirection.rtl, but I believe that's supposed to be TextDirection.ltr.