new: watchOS phone end

This commit is contained in:
lollipopkit
2023-09-16 18:45:11 +08:00
parent ef880c67af
commit f51934396f
19 changed files with 344 additions and 24 deletions

View File

@@ -362,9 +362,10 @@ class _HomePageState extends State<HomePage>
}
Future<void> _onLongPressSetting() async {
/// Encode [map] to String with indent `\t`
final map = Stores.setting.toJson();
final keys = map.keys;
/// Encode [map] to String with indent `\t`
final text = Miscs.jsonEncoder.convert(map);
final result = await AppRoute.editor(
text: text,