rich_code_editor 1.0.5 rich_code_editor: ^1.0.5 copied to clipboard
Now create your own rich code editor with syntax highlight support in Flutter.
[1.0.5] - 29th January 2020 #
- Upgrade to stable Flutter 1.22.5
[1.0.0] - 19th May 2020 #
Major Breaking Changes from Previous versions #
- Rebuilt code editor from ground up.
- Replaced implementations for Code Highlighter, Text Controller and Code Editable fields.
- Renamed previously used widgets entirely.
[0.4.1] - 29th January 2020 #
- Flutter version downgrade to stable version: Flutter 1.12.13+hotfix.7
[0.4.0] - 29th January 2020 #
- Flutter version upgrade: Flutter 1.14.7-pre.19
[0.3.0] - 13th September 2019 #
- Delay rapid backspace presses to prevent potential UI freezing scenarios
- Add Value Change notifier on paste action
[0.2.9] - 13th September 2019 #
- Fix for paste toolbar not hiding on the initial cursor position
[0.2.8] - 6th September 2019 #
- Fix for
getSpanForPosition
method implementation
[0.2.7] - 29th August 2019 #
- Export CodeEditingValue in library
[0.2.6] - 28th August 2019 #
- Fix for a possible null exception of remotelyEdited check
[0.2.5] - 25th August 2019 #
- Fix for setEditingState not sent on value remotely edited
[0.2.4] - 23rd August 2019 #
- Reduce calls to updateEditing value & TextInputConnection setEditingState
[0.2.3] - 21st August 2019 #
- Fix for possible blank selection point
[0.2.2] - 14th August 2019 #
- Minor fixes on paste
[0.2.1] - 13th August 2019 #
- Allow pasting from the first cursor position
- Move cursor to the end after paste
[0.2.0] - 13th August 2019 #
- Re-created most of the underlying classes/widgets
- 99% Naming changes
[0.1.32] - 7th August 2019 #
- Reduce further calls to updateEditing value & TextInputConnection setEditingState
[0.1.31] - 7th August 2019 #
- Reduce calls to TextInputConnection setEditingState
[0.1.22] - 7th August 2019 #
- Some fixes for remote editing value update
[0.1.21] - 6th August 2019 #
- Implement onChanged method
[0.1.2] - 6th August 2019 #
- Remotely edited change reflection fix
[0.1.1] - 5th August 2019 #
- Removed lower level dependencies on TextInputClient.
- Fixed issue related to other TextFields getting unfunctional.
[0.1.0] - 2nd August 2019 #
- Allow Changing Cursor Color
[0.0.3] - 1st August 2019 #
- Support updating RichTextEditingValue remotely
[0.0.2] - 17th July 2019 #
- Bump version to include demo gif.
[0.0.1] - 17th July 2019 #
- Initial release: Working version of editor that uses a dummy parser.