-
Notifications
You must be signed in to change notification settings - Fork 22
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
Flutter 2 support #345
Comments
Hey @zmeggyesi, we are definitely interested in updating this. I replied in your w_common issue but in addition to w_common, one snag for w_transport is proper support of Flutter Web might be a bit tricky. If you're not using Flutter Web, it will be much easier! |
Hey, @travissanderson-wf, Yes, I saw that reply, and it lifted my spirits by itself. I'm not planning on Flutter Web just yet (I have a few more dependencies to sort out before I can get to that, but it's definitely on the roadmap in the mid-term), if that helps. For now, I just want to make the leap to Flutter 2, NNBD/nullsafety be damned, to be able to keep up with some mandatory upgrades to the Firebase packages that will be coming due in April. |
Hi, I just verified I can now use w_transport (since the new release of w_common) in Flutter (edit: Flutter 2) successfully. Null safety support may be a ways out since we're dependent on some upstream improvements (isn't everyone!?). Let me know if you have any issues. |
Let me give it a shot come Tuesday (holidays here until then) and see if I manage to get past this block. Thanks for getting on the matter so quickly! |
Almost there, @travissanderson-wf ... It looks like a great many packages have upgraded their I tried upgrading the version numbers for these, but now
Though it's a trivial change, do you want me commit my changes? |
Sure, a PR would facilitate the conversation better. Just looking at the pubspec.yaml, the uuid dep is only a dev dependency so that shouldn't impact your ability to consume w_transport. I don't see a dep on http but probably there is a transitive one. |
@travissanderson-wf PR submitted, no matter how trivial - linked it via keyword so it's easier to find. |
Thanks for looking into this and getting it started, @zmeggyesi! I took a quick look at it, and since over_react is just used for examples, we could probably comment it out and make the example code its own package temporarily. After that, we'd just need to get updated versions of:
I'll work on getting code review from my team on the two open PRs so that we can move this along. Thanks for your patience! |
Thanks for moving it along, @evanweible-wf - the fact that it's moving along is a good sign already. Let me know if you need me to do anything with this PR or just feel free to port the change and close since it's such a trivial matter. |
@evanweible-wf I made some headway in unravelling the web of dependencies underlying I'm fully aware that these changes are likely not merge-compatible as they are, but hopefully, they can serve as a jumpstart for the rest of the work. |
@evanweible-wf Has there been any movement on this front? This is really becoming a blocker for me, as it prevents even resolving my app's dependencies to see what I need to modify for Flutter 2... :( |
Hi @zmeggyesi. I'm sorry it hasn't been moving very fast, I'm doing my best to find time to get these packages migrated, but it's mostly happening on personal time. We've got a lot on our plate internally, but I will keep pushing to get these done. |
That's a Black Swan right there, I did not know this is on personal time as opposed to official Workiva time. I'll try to come up with a workaround so that my app can move forward while this takes place. |
With Flutter 2 being de facto mandatory by Google upgrading its most important packages,
w_transport
should be upgraded too. However, I see that some of the Workiva-internal packages are holding back the upgrade, most obviouslyw_common
.Can we get a Flutter 2-compatible version release, even if without the Null Safety features for now?
The text was updated successfully, but these errors were encountered: