cobi_flutter_platform_settings 2.0.0
cobi_flutter_platform_settings: ^2.0.0 copied to clipboard
An application settings screen for flutter that persists values via the shared_preferences package and uses the flutter_platform_widgets
2.0.0 May 15th, 2021 #
PlatformTextSetting: Change to a generic type that supports String, int and double as types (breaking change, thus major version increased)PlatformCheckboxSetting: Use a checkbox for MacOS but not iOS- All widgets now have the
onChangedproperty - Added API documentation
1.0.0 May 14th, 2021 #
- Initial release