wip: add notificator util.

This commit is contained in:
2021-12-14 17:54:07 +08:00
parent 1f542cb585
commit cbaf61f70b
23 changed files with 1830 additions and 73 deletions
+2 -2
View File
@@ -246,10 +246,10 @@ class GestureProp implements Comparable {
Map toJson() => {
'id': id,
'gesture': H.getGestureName(gesture),
'gesture': gesture?.name,
'direction': H.getGestureDirectionName(direction),
'fingers': fingers,
'type': H.getGestureTypeName(type),
'type': type?.name,
'command': command,
'remark': remark,
};