Dhruv Chauhan

Results 2 issues of Dhruv Chauhan

I want to set the initial value of some items as checked. Can we do that in MultiSelectDialogField ``` MultiSelectDialogField( searchable: true, items: _employees .map((employee) => MultiSelectItem( employee, '${employee.fullName} (${employee.employeeCode})',...

I know that this is deprecated but can we implement it in another way? "https://pub.dev/packages/graphview#using-any-widget-inside-the-node-deprecated" You can even suggest any other flutter resources.