UI Not Updating with Switch/Toggle in ListView using GetX Controller
- Dominant language
- Dart
- Stars
- 11.2k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Issue Description:
When utilizing the GetX Controller in combination with a ListView and incorporating switches/toggles within the list items, the UI fails to update accordingly. Despite toggling the switch, the UI remains unresponsive or fails to reflect the updated state.
Steps to Reproduce:
- Create a ListView.
- Add switches/toggles within the ListView items.
- Use the GetX Controller for state management.
- Observe that the UI does not update as expected when toggling the switches.
Expected Behavior:
The UI should dynamically update to reflect the changes in the switch/toggle states within the ListView when using the GetX Controller.
Environment:
Operating System:Ubuntu 22.04.2 LTS
Framework Version: ^4.6.6
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.