chore: update js to 0.7.1 (was 0.6.7)
This PR updates the js dependency to v0.7.1 until the project gets ported to dart:js_interop.
- [x] all package tests passed locally
It would be great to see this PR land ASAP.
Is there a way to refer to this commit in the pubspec.yaml ?
Is there a way to refer to this commit in the
pubspec.yaml?
Of course,
dependency_overrides:
cryptography:
git:
url: https://github.com/techouse/cryptography
ref: chore/update-js
path: cryptography
alternatively, you could just override js directly, i.e.
dependency_overrides:
js: ^0.7.1
Any reason not to merge this?
At this point, I think instead of bumping the js version, perhaps migration to js_interop would be a better idea. This would allow for WASM compilation.
This package seems abandoned. This PR was created 6 months ago (still not merged and it's just a dependency update) and the last merged PR was in September 2023..
Hi! Thank you for the PR. 👍 The package has migrated to WASM-compatible js_interop.