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

outdated

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

[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
0
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

unknown (LICENSE)

Dependencies

flutter, flutter_highlight, font_awesome_flutter, provider

More

Packages that depend on code_editor