I'm wondering if anyone has created a form builder within their app? I'd like to give my users the ability to create their own forms with conditional field logic in the app (or web version). Very similar to how flutterflow has the drag on Elements (or maybe just a plus icon and select the type of field to add.
It looks like pub.dev does have a package, though not sure how well it works.
https://pub.dev/packages/flutter_form_builder
Let me know if you have any experience doing this.