ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.43k stars 349 forks source link

Fix Directionality issue #515

Open taha-elkholy opened 2 weeks ago

taha-elkholy commented 2 weeks ago

The _FToastHolder which returns the Overlay widget with a specific directionality [Directionality.ltr] prevents the app from mirroring when we switch the localization to a new locale that uses [Directionality.rtl] and after removing it the issue fixes