问题
I have integrated flutter_localizations to implement localization in my app. When the language is English, this is my login screen.
It works fine. But, when I switch to arabic language This is my login screen
I want the Google sign in icon to be placed exactly where it was when the language was English. But since the library is handling the UI mirroring when the language is changed, I cannot place the Google icon before the text when I change the locale to arabic language. Any information will be so helpful.
来源:https://stackoverflow.com/questions/65180615/how-to-restrict-a-widget-to-change-its-childrens-alignment-when-locale-is-chang