shared_preferences_settings icon indicating copy to clipboard operation
shared_preferences_settings copied to clipboard

Flutter Settings Screen with Shared Preferences

Results 20 shared_preferences_settings issues
Sort by recently updated
recently updated
newest added

Hello! i like the preference screen i can make with this, but am stuck with an annoying problem.... my main dart starts with : ``` SharedPreferences prefs = await SharedPreferences.getInstance();...

Hi! Currently it's only possible to set a background color for the Appbar. If I want to add gradient, it's not possible. Current: ![image](https://user-images.githubusercontent.com/3085830/160238910-ee4101e1-cb90-463b-a951-5285aab279b1.png) ```flutter //Would be awesome to have...

When trying to use in my app, I got the following issues: ``` Because shared_preferences_settings >=1.2.0 depends on shared_preferences ^0.5.6+3 and my_app3 depends on shared_preferences ^2.0.6, shared_preferences_settings >=1.2.0 is forbidden....

Hi together! I really like this plugin and wonder when Windows support will arrive to make it more multi-platform! :) Can you let us know?

I have just installed flutter 2.5, and I am getting the following message: ../../.pub-cache/hosted/pub.dartlang.org/flutter_colorpicker-0.4.0/lib/src/hsv_picker.dart:731:29: Error: The argument type 'PointerEvent' can't be assigned to the parameter type 'PointerDownEvent'. - 'PointerEvent' is...

Is there a way for the TextFieldModalSettingsTile to change its value reactively (i.e. when the preference it cointains is changed from another place outside its dialog box)? I tried using...

This is a very useful settings scheme and I hope you can keep it updated. I'm also having issue with having to downgrade other packages to match your rxdart version....

Hello, I am enjoying working with shared_preferences_settings. Thanks for making it available. I have run into a possible issue when using the example code in my app for the first...

The TextFieldModalSettingsTile works fine for me on browsers running on Mac. It does not work on Chrome or Safari running on iOS. When I have two textfieldmodalSettings tiles on the...

Hi, any chance we can get a new patch or minor version released with the latest changes? Thanks