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.
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.