Elliott Brooks

Results 150 comments of Elliott Brooks

Interesting, this looks the same as https://github.com/dart-lang/webdev/issues/2332 which was resolved by updating to the latest Flutter stable (which you are already on). Could you try the steps suggested here: https://github.com/dart-lang/webdev/issues/2332#issuecomment-1885432333...

Hi @exaby73! Could you provide a few more details? Does SPA stand for single page app or something else? And is this a Flutter app or not? Thanks!

Thanks for the information! There are a couple packages that you might be able to use to accomplish this without depending on changes from `webdev`: 1. https://pub.dev/packages/shelf_proxy 2. https://pub.dev/packages/webdev_proxy Note:...

Note: In preparing https://github.com/dart-lang/webdev/pull/1983, I spent a fair amount of time trying to add a test by allowing the `TestServer` to support embedding. See https://github.com/dart-lang/webdev/commit/252dffd39d788b93aad47bdd770cd6fb6e31a51f for those changes. Unfortunately, we...

Related: https://github.com/dart-lang/webdev/issues/1591 If we switch to only using the `FrontendServer` (or even if we don't) I think it would make sense for the `FrontendServer` to be responsible for generating the...

Hi @cecastosic - do you need to connect a debugger as part of your integration tests? If not, the suggestion of passing the `--no-injected-client` flag should work to disable this.

Still running into file path issues, re-opening.

Related: https://github.com/dart-lang/webdev/issues/1847

Looked at this a bit more. With the circular dependency, `account_presentation/controllers/sign_in_controller.dart` gets listed as a library for the `packages/home/pages/welcome_page.dart` module. [`ModuleMetadata`](https://github.com/dart-lang/webdev/blob/master/dwds/lib/src/debugging/metadata/module_metadata.dart) for `packages/home/pages/welcome_page.dart`: With circular dependency ``` { "version":1.0.2, "name":"packages/home/pages/welcome_page.dart",...

Completed in: - https://github.com/flutter/devtools/pull/8598 - https://github.com/flutter/devtools/pull/8632