GAM3RG33K / flutter_settings_screens

Settings Screen with Custom Shared Preference Interface
MIT License
176 stars 71 forks source link

RTL bug in SettingsGroup #102

Open mbfakourii opened 2 years ago

mbfakourii commented 2 years ago

Hello, there is a problem in the rtl and in the SettingsGroup widget . Here, instead of using Alignment.centerLeft, AlignmentDirectional.centerStart should be used !

Screenshot

image

Juggler98 commented 2 years ago

This is solved in the most recent commit.

mbfakourii commented 2 years ago

@Juggler98 Can you open a PR for these changes?

Juggler98 commented 2 years ago

Hi, it is already merged.

mbfakourii commented 2 years ago

Hi, it is already merged.

I see now, thanks

mbfakourii commented 2 years ago

@GAM3RG33K Can you give a release based on the latest changes?

Juggler98 commented 2 years ago

@mbfakourii you can import dependency directly from github:

https://stackoverflow.com/questions/54022704/how-to-add-a-package-from-github-in-flutter

mbfakourii commented 1 year ago

@GAM3RG33K @Juggler98 The problem still persists. The type of titleAlignment must be of type AlignmentGeometry in order to use AlignmentDirectional!