summaryrefslogtreecommitdiffstats
path: root/lib/export.dart
diff options
context:
space:
mode:
authorLudwig Schwiedrzik <ludwig.schwiedrzik@d-fine.com>2024-08-14 11:50:33 +0200
committerScott Murray <scott.murray@konsulko.com>2024-09-12 16:58:42 +0000
commit7ea2d37528da61ff40a50da5843397d51fc0e789 (patch)
treede3b9dcafda931aa3d0297c60bc2586c89e03782 /lib/export.dart
parenta2dcd701777968a65d3176eaf28aa7023d97c16b (diff)
Integration of Storage API to flutter - Users, Units
Updated user and units notifiers to make use of persistent storage. New users are stored with a name and id in the default namespace, and their unit preferences (distance, temperature, tire pressure) are stored in namespaces corresponding to each user's id. Added new initialize_settings to load user and unit settings from storage on startup. For first-time startup, default users with ids have been added to storage as well. Added unit tests for new user and unit handling. Bug-AGL: [SPEC-5228] Change-Id: I9cbcfc3ea5045dcb27db1b05e332f89abfc284a1 Signed-off-by: Tom Kronsbein <tom.kronsbein@d-fine.com> Signed-off-by: Ludwig Schwiedrzik <ludwig.schwiedrzik@d-fine.com>
Diffstat (limited to 'lib/export.dart')
-rw-r--r--lib/export.dart1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/export.dart b/lib/export.dart
index 90ed196..be4026f 100644
--- a/lib/export.dart
+++ b/lib/export.dart
@@ -60,6 +60,7 @@ export 'presentation/screens/clock/clock.dart';
export 'core/utils/widgets/back_button.dart';
export 'core/constants/vss_path.dart';
+export 'core/constants/users_path.dart';
export 'core/constants/constants.dart';
//Common widgets
export 'presentation/common_widget/settings_top_bar.dart';