#157 new: icloud sync

This commit is contained in:
lollipopkit
2023-09-11 19:20:29 +08:00
parent ddaee7c2f3
commit e4fd75ac5a
22 changed files with 448 additions and 125 deletions

View File

@@ -198,6 +198,13 @@ class SettingStore extends PersistentStore {
false,
);
/// Only valid on iOS and macOS
late final icloudSync = StoreProperty(
box,
'icloudSync',
false,
);
// Never show these settings for users
// Guide for these settings:
// - key should start with `_` and be shorter as possible