akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.

Home Page:https://akvelon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line Numbers escape the widget

TekExplorer opened this issue · comments

image

Also, why is the line numbers side bar so... wide?!

Turns out they dont even scroll

What the hell is _numberScroll for if you dont even use it?!

  1. What platform?
  2. Show the reproducible example.
  3. Show flutter doctor -v

Doesnt matter. as long as you dont wrap the entire code field in a scroll view, it happens continuously.
I know it does because i checked the implementation code and _numberScroll isnt used at all