mogol / flutter_secure_storage

A Flutter plugin to store data in secure storage
https://pub.dartlang.org/packages/flutter_secure_storage
BSD 3-Clause "New" or "Revised" License
1.09k stars 340 forks source link

Update flutter_secure_storage_web depends on js ^0.6.3 #683

Closed MarceloRab closed 1 month ago

MarceloRab commented 4 months ago

Firstly, thank you for your work.

I'm having difficulty importing packages due to the broken js version.

I thank the attention.

Because socket_io_client >=3.0.0-beta.0 depends on js ^0.7.1 and every version of flutter_secure_storage_web depends on js ^0.6.3, socket_io_client >=3.0.0-beta.0 is incompatible with flutter_secure_storage_web.

ThexXTURBOXx commented 4 months ago

The js version is not broken, it's just outdated. #680 fixes this. Also, this issue is a duplicate of #670

noskova commented 3 months ago

+1

andremobiis commented 3 months ago

+1

ThexXTURBOXx commented 3 months ago

Commenting "+1" does not add anything here. If you want to stay up to date regarding this issue, subscribe to this issue instead

vongrad commented 2 months ago

+1

mark8044 commented 1 month ago

@juliansteenbakker Although closed, this seems to still be an issue. It looks like its because flutter_secure_storage 9.2.1 depends on flutter_secure_storage_web ^1.2.1 which still contains the js dependency. Perhaps that should be updated as well

ThexXTURBOXx commented 1 month ago

@mark8044 This is desired behaviour. See this comment for reference: https://github.com/mogol/flutter_secure_storage/pull/698#issuecomment-2111967218