You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i aim is to fetch select items from database store earlier ...
so i am using this methods but these are not working
error i get during controller.setItem() is:
The following assertion was thrown while dispatching notifications for
MultiSelectController:
Assertion failed:
file:///C:/Softwares/Flutter/flutter/packages/flutter/lib/src/widgets/overlay.dart:1582:12
SchedulerBinding.instance.schedulerPhase != SchedulerPhase.persistentCallbacks
is not true
MultiSelectController sending notification was:
MultiSelectController(options: [ValueItem(label: hero, value: Instance of 'MyModelClass', disabled: false, selected: true), ValueItem(label: employee, value: Instance of 'MyModelClass', disabled: false, selected: true)], open: false)
and in case of controller.selectWhere() and controller.selectIndex().... Nothing happens no error no nothing
The text was updated successfully, but these errors were encountered:
controller.setItems()
controller.selectWhere()
controller.selectIndex()
i aim is to fetch select items from database store earlier ...
so i am using this methods but these are not working
error i get during controller.setItem() is:
The following assertion was thrown while dispatching notifications for
MultiSelectController:
Assertion failed:
file:///C:/Softwares/Flutter/flutter/packages/flutter/lib/src/widgets/overlay.dart:1582:12
SchedulerBinding.instance.schedulerPhase != SchedulerPhase.persistentCallbacks
is not true
MultiSelectController sending notification was:
MultiSelectController(options: [ValueItem(label: hero, value: Instance of 'MyModelClass', disabled: false, selected: true), ValueItem(label: employee, value: Instance of 'MyModelClass', disabled: false, selected: true)], open: false)
and in case of controller.selectWhere() and controller.selectIndex().... Nothing happens no error no nothing
The text was updated successfully, but these errors were encountered: