Closed davidmartos96 closed 8 months ago
For some strange reason the CI is failing to start the iOS Simulator. Doesn't seem to be anything related to the PR changes, but it worked correctly for a previous run 2 weeks ago.
@davidmartos96 please re-sync your changes with main
's latest ones. Thanks.
@diegotori I think you can turn on this option in the repo to get a button to do such syncs yourself as well.
Check General
section of repository settings and find options Always suggest updating pull request branches
:
@diegotori I think you can turn on this option in the repo to get a button to do such syncs yourself as well. Check
General
section of repository settings and find optionsAlways suggest updating pull request branches
:
I didn't know that was an option in the repo. I was confused that the option to update with master wasn't there.
LGTM.
Fixes #24 and #28
The following PR updates de Web code to depend on the enhanced JS interop solution Dart provided in version 3.3+ The
js
dependency anddart:html
are dropped in favor ofweb
anddart:js_interop
https://dart.dev/interop/js-interop Migration: https://dart.dev/interop/js-interop/package-webThis seems to be the approach the official plugins are starting to take for the web implementation