[2.0.2] - July 31, 2023
The biggest update so far, 3 years after the first commit!
- Fix a lot of typo
- Fix a glitch (the text field would not have the same value as the current file)
- Add important note on README
- Huge refactoring of the code base
- Add a lot of breaking changes
- Add a new way to set individual files as
readonly
- Add undo/redo buttons
- Add formatters (the editor is able to auto-format HTML code when the user saves modifications)
- Add custom formatters (the dev can manipulate the new value of the TextField before saving it)
- Change signature of
onSubmit
callback. - Improve comments for a better documentation in the dev's code directly
- Set as compatible with dart 3.0
- Now works with SDK
>=2.12.0
up to<4.0.0
- Improve null safety
- Removed ability to pass in custom
TextEditingController
toCodeEditor