Phil Magnuson
Phil Magnuson
same issue for me.
using the web version `https://rxlabz.github.io/panache/#/` freezes in every browser I have tried. Seems like if you click outside of the color sliders or color patch, it freezes.
@isoos: I appreciate you looking into this issue. I have double checked the connectivity using a python program and `psycopg2`. It works correctly and returns results. From this I believe...
similar issue. after Bluetooth device is powered off, no DeviceConnectionState.disconnected is received.
attached Wireshark screenshot. The command to the Bluetooth device is highlighted and is followed by the device responses. On Android only the data from the 1st response packet is returned...
This is probably resolved. On Android `var mtu = await ble.requestMtu(deviceId: device.id, mtu: 600);` results in mtu=0 `var mtu = await ble.requestMtu(deviceId: device.id, mtu: 512);` results in a negotiated mtu...
I have defined the following as a custom step in a `NavigableTask` ```dart // avoid collisions on Step class import 'package:survey_kit/survey_kit.dart' as k; class CustomScaleStep extends k.Step { final sliderKey...
With the following custom Step: ```dart // avoid collision with material Step import 'package:survey_kit/survey_kit.dart' as sk; class CustomScaleStep extends sk.Step { final sliderKey = GlobalKey(); @override Widget createView({required sk.QuestionResult? questionResult})...
I am also interested in building a CustomStep that will play a video and then move to the next step. Is there a way to trigger the Next button on...
@adar2378 I am no longer using this library.