- Fix error about TargetPlatform.macOS
- Fix issue that the cursor returns to the top when deleting quickly in Multi-line text
- Fix issue that toolbar will not show if autofocus is true when longpress
- Codes base on 1.12.13+hotfix.5
- Set limitation of flutter sdk >=1.12.13 <1.12.16
- Add demo that how to delete text with code
- Fix issue that not showing text while entering text from keyboard
- Remove TargetPlatform.macOS
- Fix build error for flutter sdk 1.12
- Fix wrong caret hegiht and postion
- Make Ios/Android caret the same height
- Fix kMinInteractiveSize is missing in high version of flutter
- Support custom selection toolbar and handles
- Improve codes about selection overlay
- Select all SpecialTextSpan(which deleteAll is true) when double tap or long tap
- Support WidgetSpan hitTest
- Fix issue that type 'ImageSpan' is not a subtype of type 'textSpan'
- Fix issue tgat WidgetSpan wrong offset
- Fix wrong caret offset
- Improve codes base on v1.7.8
- Support WidgetSpan (ExtendedWidgetSpan)
- Update extended_text_library
- Remove un-used codes in extended_text_selection
- Update extended_text_library
- Update path_provider 1.1.0
- Uncomment getFullHeightForCaret method for 1.5.4-hotfix.2
- Corret selection handles visibility for _updateSelectionExtentsVisibility method
- Corret selection handles position for image textspan
- StrutStyle strutStyle is obsoleted, it will lead to bugs for image span size.
- Fix selection handles blinking
- Take care when TextSpan children is null
- Update extended_text_library 1.Remove caretIn parameter(SpecialTextSpan) 2.DeleteAll parameter has the same effect as caretIn parameter(SpecialTextSpan)
- Fix caret position about image span
- Add caretIn parameter(whether caret can move into special text for SpecialTextSpan(like a image span or @xxxx)) for SpecialTextSpan
- Disabled informationCollector to keep backwards compatibility for now (ExtendedNetworkImageProvider)
- Fix caret position for last one image span
- Add image text demo
- Fix position for specialTex
- Fix caret position for image span
- Only iterate textSpan.children to find SpecialTextSpan
- Add BackgroundTextSpan, support to paint custom background
- Handle TextEditingValue's composing
- Improve codes to avoid unnecessary computation
- Override compareTo method in SpecialTextSpan and ImageSpan to Fix issue that image span or special text span was error rendering
- Update limitation
- Improve codes
- Update limitation
- Improve codes
- Support special text amd inline image