-
-
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
Support Flutter 3.3 #34
Comments
@Amir-P is my error in recent Flutter related to delta operations?
|
What did you do that caused this issue? Can you provide a reproducible example? Also which version of Fleather you're using? @bkraszewski |
@Amir-P I'm on 3.3.5, Flutter web. When I click on the editor, I can not see caret, when I start typing it works as expected but can see the error in the log. Will post extracted code. |
@Amir-P Today I created a new project to reproduce this issue and everything worked fine - I'll try adding other dependencies I'm using to see if it breaks |
Thanks, it would help a lot if you provide an example. Also, which version of Fleather are you using? |
@bkraszewski @Amir-P I'm successfully using fleather 1.3.0 on web and linux. It works great. Thank you for this package! |
Flutter 3.3 again has changes in text editing API and now provides granular text changes (deltas).
The text was updated successfully, but these errors were encountered: