You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: update settings repository
* feat: add theme configuration bloc
Adds a new bloc for managing theme configuration.
Also updates settings repository to return settings.
* feat: update dependencies and fvm config
Updates fvm config to use stable flutter version.
Updates dependencies for firebase, http, drift, sentry.
Removes theme configuration bloc.
* refactor: move locale to general config
Moves the locale setting to a separate GeneralConfiguration model
for better organization. Updates related code to reflect this change.
* chore: update dependencies and flutter version
* refactor: make material context stateless
* style: format
* fix: dcm issues
* refactor(ui_library): remove low_level folder
Moves popup-related widgets out of the low_level folder.
This simplifies the directory structure.
0 commit comments