I would like to create a questionaire for my users and depending on their answers they would be navigated to different options. Like a decision tree. Any help would be amazing!
Creating a decision tree interface
Actions & Logic
I found this dart package that could do the job. The problem I have is how would this integrate with flutterflow. Would I have to create multiple pages for each node in the decision tree? https://pub.dev/packages/leodt_parser
Yes