-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated RawEditorStateTextInputClientMixin to implement DeltaTextInputClient #35
Conversation
It's still draft but can you test and provide feedback on it? @amantoux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages/fleather/lib/src/widgets/editor_input_client_mixin.dart
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
+ Coverage 75.45% 75.49% +0.04%
==========================================
Files 57 57
Lines 8644 8644
==========================================
+ Hits 6522 6526 +4
+ Misses 2122 2118 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
what's the status of this PR? (have been using daily, works good :)) |
There's a problem in Flutter web @cgestes no issues on web? Note: flutter/engine#28527 |
didn't try on the web ! dang! |
thanks to @amantoux for pointing out the bugs in flutter/samples. they made a PR to fix the web issue. flutter/samples#1458 time to go forward? |
Don't we need flutter/engine#36616? Beside, unfortunately (or fortunately depends on the point of view) I'm using this in production, so need to wait for it to land in a release |
676111e
to
72ee09f
Compare
It needs a rebase I guess |
This reverts commit af51eca.
af51eca
to
9f5cb70
Compare
There were problems with history tests using old text editing API. I've updated them and now I think we're good to go. Please review. @amantoux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Amir-P, overall it look good to me
I just have concerns about the dependency on Mocktail package (even if only a dev dependency)
It doesn't seem to be maintained (no code update for the last year almost)
(as discussed, it is reliable)
Fixes #34 and #31 .
Thanks to @cgestes for testing and finding selection issue.