fluttercandies / extended_tabs

A powerful official extension library of Tab/TabBar/TabView, which support to scroll ancestor or child Tabs when current is overscroll, and set scroll direction and cache extent.
https://fluttercandies.github.io/extended_tabs/
MIT License
268 stars 49 forks source link

fix:Solve the rare cases where the currentTextDirection is initialized #34

Open q200892907 opened 11 months ago

zmtzawqlp commented 11 months ago

in what case , currentTextDirection will not be initialized ?

q200892907 commented 11 months ago

The situation I encountered was when developing hot updates, because the current text direction was not initialized, causing an update error after modifying the code.