fleather
fleather copied to clipboard
Native fidelity for macOS and iOS
Truly impressive project. Only flutter rich text editor I have found that supports all key native interactions common in native text fields. Found a few minor differences to native when testing the example app I thought was worth sharing. Might attempt contributing some of them myself as well.
macOS
- [x] Triple click deselect text instead of selecting entire paragraph
- [x] Shift + cmd + left/right does not select text to the right/left of cursor
- [ ] Tab key does not indent (instead focuses next element). Shift + tab does not de-indent.
iOS
- [ ] Not possible to drag the right selection handle past the left selection handle (and vice versa).
- [x] Auto correct not working (only when sliding for some reason) #359
Thanks for opening the issue. @simonbengtsson With changes in text selection, #179 fixes the
Tripple click deselect text instead of selecting entire paragraph
but others need to be addressed in another commit. Contribution is also welcomed!
@simonbengtsson
hift + cmd + left/right does not select text to the right/left of cursor
is addressed in #189
macOS
- [x] Triple click deselect text instead of selecting entire paragraph
- [x] Shift + cmd + left/right does not select text to the right/left of cursor
- [ ] Tab key does not indent (instead focuses next element)
- [ ] Shift + tab does not de-indent line
iOS
- [ ] Not possible to drag the right selection handle past the left selection handle (and vice versa).
- [ ] Auto correct not working (only when sliding for some reason)