flutter-code-editor icon indicating copy to clipboard operation
flutter-code-editor copied to clipboard

Add automatic indentation on new lines

Open PrimeTimeTran opened this issue 5 months ago • 1 comments

When a user hits enter in the editor they expect that the new line has the same indentation as the previous line if I'm not mistaken.

That's not the behavior flutter_code_editor has.

Might we be able to add that?

Image

I appreciate your work so far! I'm using it for seepdeep.com and hope to do so moving forward.

However this issue makes using this lib frustrating.

Thanks again =)

PrimeTimeTran avatar Jun 11 '25 22:06 PrimeTimeTran

@PrimeTimeTran I have created a code editor package similar to this with a little more features including auto indentation. Please have a look

heckmon avatar Jun 21 '25 18:06 heckmon