Marvin März
Marvin März
Currently it is not possible to include several steps in on QuestionStep, but we plan to make that possible in the future.
I'm not 100% sure what your question is. In this example, you navigate from task.steps[2] (which is actually step 3 since Dart indexing is based on 0) to task.step[3] when...
Hi @bbence84, there is currently no specific roadmap for these features. I try to include them in the upcoming weeks.
Sorry for the late response! I will provide better documentation to the answers in the next release. ```dart onResult: (result) { for (var stepResult in result.results) { for (var questionResult...
Hi, currently the steps are not part of the result but we will change that in the future. Right now also the results are not serializable out of the box....
Hi and thank you for your feedback. Currently the only way the link the question and the result is by their respective Id (StepIdentifier). So in your case you can...
Because of dependency issues, we sadly had to remove the video_player plugin. I just saw that the previous are resolved now, so will bring back the video player step with...
I will try to integrate this with the next feature release!
I updated the dependencies to the latest version. The issue does not occur anymore on my side. Can you please check again? (Use the main channeler here on Github)
The result function is a parameter of the onNextStep. Just call it to get the current result. If thats not the case please respond here. If you want custom behavior...