Derek Xu
Derek Xu
> @DanTup @bkonyi @derekxu16 I _think_ this is unblocked now, right? Yes, it is safe to update `package:vm_service`.
> Oh actually, devtools hasn't been updated yet. @derekxu16 would you be able to update vm_service in devtools_app, since I think you are also blocked on this? Unfortunately, there's a...
> Could DevTools be updated to support 13 + 14? (I don't know how breaking the changes are, so I don't know if that'll work). Otherwise, could DevTools be excluded...
> @derekxu16 has a draft PR to update DevTools to vm_service 14: [flutter/devtools#6953](https://github.com/flutter/devtools/pull/6953). Derek can you give an update on this? That PR is ready for review.
Just wondering, what is the status of this?
The `vm_service` constraint of DDS in the SDK was accidentally set back to `^13.0.0`. I'm working on publishing a new version of DDS that accepts `vm_service: ^14.0.0`.
Published. https://pub.dev/packages/dds/versions/3.2.0
Revert is currently landing: https://dart-review.googlesource.com/c/sdk/+/306661
At the moment you'll need to specify all the filenames as command line arguments. See https://github.com/dart-lang/js_facade_gen/issues/58#issuecomment-548931865 for an example. This process will be made simpler in the future, but right...
I wouldn't expect launching the frontend server from an AOT snapshot instead of an AppJIT snapshot to break anything. The `frontend_sever_client_test.dart` failures don't occur for me locally on Windows (I...