Skip to content

Settings screen to toggle app settings

closes #52 (closed)

  • Created end drawer to toggle settings

  • User can toggle notifications, notifications sound, dark mode

  • The settings done by user are saved instantly in storage and changes are made according to it

  • Wrote unit test for settings bloc with test cases

    1. yields SettingsState on toggle of dark mode
    2. yields SettingsState on change of notifications sound
    3. yields SettingsState on toggle of notifications
Screenshot_1626603574 Screenshot_1626603578 Screenshot_1626603588
Edited by Darshpreet Singh

Merge request reports