It appears that recent updates in Flutter have resulted in a malfunction of horizontal code scrolling on iOS. I've successfully applied a temporary solution to address this problem, and you can find the details in the following GitHub issue: https://github.com/flutter/flutter/issues/127017
The current issue manifests as the inability to perform horizontal scrolling:
It appears that recent updates in Flutter have resulted in a malfunction of horizontal code scrolling on iOS. I've successfully applied a temporary solution to address this problem, and you can find the details in the following GitHub issue: https://github.com/flutter/flutter/issues/127017
The current issue manifests as the inability to perform horizontal scrolling:
https://github.com/BertrandBev/code_field/assets/25605091/7e630657-1344-4992-bba2-1a7b766512b3
After implementing the temporary fix, the desired behavior is restored:
https://github.com/BertrandBev/code_field/assets/25605091/e25fdddc-bf17-4084-9c15-661c3af953f3