GAM3RG33K / flutter_settings_screens

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

Feature suggestion: choose data type for sliders #124

Open mulderpf opened 2 months ago

mulderpf commented 2 months ago

I just tried this package and it uintentionally corrupted the settings on my test device. I upgrade from my own implementation of a settings screen which uses SharedPreferences. I hooked up a SliderSettingsTile and it saved the value as a double instead of as an int (this is my fault really).

I don't see any way to save the values from the SliderSettingsTile as an int instead of a double. It makes upgrading to this package not really worth it for me right now.

Great work nonetheless.