-
Notifications
You must be signed in to change notification settings - Fork 47
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
Sys - Updating dependencies #236
Comments
I will highly appreciate if you manage to upgrade them. Let me know when the PR is ready. And we will merge it. Also I haven't had time to double check on the tests PR. I will get to that one as well, wanted to reserve some time to have a quick chat with you on discord to figure out what's the plan there. Maybe tomorrow or Thursday Cheers! |
The PR is practically done. I will open it after I get through a medical appointment I'm currently waiting on. Speaking of which, in my closed PR #235, I underwent the replacement of I did this because I don't know if this would be something you'd be interested in, but I just wanted to point it out 👍 |
update in a different ticket |
Hey!
Again, thanks for updating the
Flutter
SDK dependency in #234. I'm trying to get it working on a sample application but I'm getting a clash with dependencies.This is because
visual_editor
is using some dependencies that are outdated. I figured that might as well update them! In my case, only (at least so far)i18n_extensions
is complaining but we might as well update other dependencies, as long as they don't have meaningful breaking changes.I can open a PR :)
By the way, I'm using the latest
stable
version of Flutter.Just an FIY, in the next version of
Flutter
(3.14.x), you will probably have to override three functions fromTextSelectionDelegate
😉.The text was updated successfully, but these errors were encountered: