Assertion Error in Custom ListTile Using Flutter FormBuilder’s CheckboxListTile in Debug Mode
I have forked the Flutter ListTile and created my own custom list tile widget. Inside this custom list tile, I am using a checkbox from the flutter_form_builder package, which internally uses CheckboxListTile. The issue I am facing is an assertion error in debug mode, but it does not occur in release mode. Here is the error message: