Rexios
Rexios
The pub get is failing in CI which is even more confusing. I'm on the latest Flutter commit locally and `flutter pub get` succeeds in `packages/camera/camera/example` and resolves `web: 1.0.0`
I have some good news! The fix for platform view rendering seems to work for `google_maps_flutter` at least. You can see it in action here: https://beta.madadmaps.com/ I'm still having issues...
> Welp `video_player_web` needs updated to `package:web` version `1.0.0` to test that. I'm really confused how the example is even resolving dependencies right now. Isn't `0.x.x` to `1.x.x` supposed count...
@ditman You'll probably have to migrate all packages to web 1.0.0 to fix that error. That's just the first issue dependency resolution ran into. There's an issue to track that...
Getting ```console UnimplementedError: CrossFile is not available in your current platform. ``` when running integration tests compiled to WASM. Caused by `cross_file` not supporting `web: 1.0.0` yet. Blocked on -...
@ditman Is there an issue to track cleaning up code related to `script/configs/exclude_all_packages_app_wasm.yaml` after this PR lands?
I used fvm to switch to the beta channel and then it stopped running. Unfortunately I don't have any more details since it seems like the plugin is crashing before...
Not sure what the issue was but it seems to work now
I am trying to write a test, but having a hard time getting it to work. This PR is more of a refactor than added functionality. The only code that...
Do you have any suggestions for where the test should go and other tests I should base it on?