flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

Upgrade dependency js

Open maxlapides opened this issue 1 year ago • 2 comments

There's a new version of the js package: https://github.com/dart-lang/sdk/blob/HEAD/pkg/js/CHANGELOG.md#070

Note that there is a breaking change:

Breaking Change: Moved annotations to single location in dart:_js_annotations. This makes it easier to avoid collisions with dart:js_interop's @\JS, as you will now see a static error instead of it resolving in favor of the package definition. However, since this may result in breakages in previously working code, this is treated as a breaking change.

maxlapides avatar Jan 09 '24 21:01 maxlapides

we need update js from 0.6.7 to 0.7.0, we have incompatible problems with other libraries

JgomesAT avatar Jan 29 '24 10:01 JgomesAT

is not deployed the version with the JS 0.0.7??

JgomesAT avatar Feb 09 '24 09:02 JgomesAT