I am trying to build Code Editor in Flutter app using TextField, I tried using flutter_syntax_view but the problem is, it only accept code as a predefined string text and it does not have any option to write a code.
This is what I have tried:
- Used
TextField
withmaxLines
10 - If we can show number of lines on left like code editor
Open for suggestions, appreciate the help