GAM3RG33K / flutter_settings_screens

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

Can't See Effect of Flipping SwitchSettingsTile Without Exiting and Reentering Settings #81

Open raspberrypi9 opened 2 years ago

raspberrypi9 commented 2 years ago

I have a top level SettingsScreen, and it contains two SimpleSettingsTiles. One of the SimpleSettingsTiles contains a SwitchSettingsTile whose position is supposed to affect how information is displayed when the other SimpleSettingsTile is being viewed, and this does not work. The only way that I am able to see the effect of the switch being switched to the other position is by completely exiting settings, going back to my app, and then reentering settings.

Instead, I would like to be able to:

Based on the debugging that I have done, it seems like the code to render the settings tiles is getting called when I initially enter settings and not when I actually click to display the settings tile that contains the text that depends on the SwitchSettingsTile.

Thank you for your help.

nyxkn commented 2 years ago

This is probably the same issue as #98 and #90

Should be fixed with #93