Create a Flutter Settings Page UI that uses Shared Preferences to store the app settings in Flutter.
Source Code | https://github.com/JohannesMilke/settings_screen_example
TIMELINE
- 0:00 Introduction App Settings Page UI
- 0:25 Setting Screen ListTiles
- 0:42 Switch SettingsTile
- 1:01 Simple SettingsTile
- 1:19 DropDown SettingsTile
- 1:39 TextInput SettingsTile
- 2:02 Create Settings Page UI
- 3:27 Navigate To Another Settings Page UI
- 4:30 Add Language, Location, Password To Settings
- 4:49 Add Settings Shared Preferences
- 6:54 Add Dark Mode Switch With Dark Theme Provider
- 9:33 Add Notification Settings
- 10:28 Clear Settings Cache Of Shared Preferences
#flutter