Closed appcapsergen closed 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
Oh, I've found why. The default textDirection is TextDirection.rtl, but I believe that's supposed to be TextDirection.ltr.
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