code_editor 0.2.0 copy "code_editor: ^0.2.0" to clipboard
code_editor: ^0.2.0 copied to clipboard

outdated

A code editor (dart, js, html, ...) for Flutter with syntax highlighting and custom theme.

[0.2.0] - Aug 7, 2020 #

From now on, when the code overflows the editor, the scroll is better.

  • New parameter inside EditorModelStyleOptions : TextStyle textStyleOfTextField, the style of the text inside the text field.

code_editor is much better since its initial release :)

[0.1.3] - Aug 7, 2020 #

The CodeEditor Widget doesn't have margin property anymore.

[0.1.2] - Aug 6, 2020 #

onSubmit parameter is not required anynome inside the CodeEditor Widget.

  • A new parameter : bool edit, by default its value is true. Set it to false if you want to disable file editing. Use it inside the CodeEditor Widget.

  • New parameter inside EditorModelStyleOptions : double fontSizeOfFilename, the font size of the files' names.

  • The documentation in the source code is much better !

[0.1.1] - Aug 1, 2020 #

Minor changes

[0.1.0] - Aug 1, 2020 #

Complete change of the files implementation method : you can now define the name of the files in the navbar, define which language you want among dozens and define the content of each file. Moreover, you are no longer limited by a maximum number of files, you can put as many as you want!

  • Minor bug fixes.

See all the available languages at : https://github.com/git-touch/highlight/tree/master/highlight/lib/languages

[0.0.1] - Aug 1, 2020 #

Initial release

101
likes
40
pub points
88%
popularity

Publisher

verified publishersciencesky.fr

A code editor (dart, js, html, ...) for Flutter with syntax highlighting and custom theme.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_highlight, font_awesome_flutter, provider

More

Packages that depend on code_editor