multi-byte paths-debug

This commit is contained in:
PacoX
2026-05-12 16:33:33 +02:00
parent 17379394bd
commit b62c1c7338
3 changed files with 2 additions and 3 deletions
-3
View File
@@ -118,9 +118,6 @@ class _PathSelectionDialogState extends State<PathSelectionDialog> {
return;
}
final width = widget.pathHashByteWidth.clamp(1, 8);
final expectedHexLen = width * 2; // 2 hex chars per byte
// Parse comma-separated hex prefixes
final pathIds = path
.split(',')
+1
View File
@@ -8,6 +8,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
list(APPEND FLUTTER_FFI_PLUGIN_LIST
flserial
jni
)
set(PLUGIN_BUNDLED_LIBRARIES)
+1
View File
@@ -11,6 +11,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
list(APPEND FLUTTER_FFI_PLUGIN_LIST
flserial
flutter_local_notifications_windows
jni
)
set(PLUGIN_BUNDLED_LIBRARIES)