GAM3RG33K / flutter_settings_screens

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

Dropdown with widgets #117

Open enchance opened 1 year ago

enchance commented 1 year ago

Allow the use of widgets for DropDownSettingsTile() for the value property. Useful for scenarios such as displaying a theme selector where you'd like to show the theme color and the theme name using a Row() widget.

Still supports the use of String only values where it defaults to the use of Text()