benediktscheffel / nodocs

Mobile App for scanning Documents and save them as pdf.
0 stars 0 forks source link

Add logic to settings page #13

Closed benediktscheffel closed 1 week ago

benediktscheffel commented 1 week ago

A user should be able to configure the app in the settings page.

Current state: The settings page right now only has the ui part implemented.

Target situation: Add controller and logic to settings page. For example the User should be able to switch between dark and light mode.

benediktscheffel commented 1 week ago

The functionality to add settings is implemented. To persist the settings we take advantage of the shared preferences package which stores the settings in a key value format.