Open Yoda-Man opened 9 months ago
@Yoda-Man at the moment there is no way to upgrade to js:0.7.1
due to https://pub.dev/packages/flutter_secure_storage needs to upgrade their dependencies too.
Try using dependencies_override
in your pubspec.yaml
@Yoda-Man at the moment there is no way to upgrade to
js:0.7.1
due to https://pub.dev/packages/flutter_secure_storage needs to upgrade their dependencies too.Try using
dependencies_override
in yourpubspec.yaml
flutter_secure_storage now has a web version with js 0.7.1 - flutter_secure_storage_web: ^2.0.0-beta.1
@Yoda-Man at the moment there is no way to upgrade to
js:0.7.1
due to https://pub.dev/packages/flutter_secure_storage needs to upgrade their dependencies too. Try usingdependencies_override
in yourpubspec.yaml
flutter_secure_storage now has a web version with js 0.7.1 -
flutter_secure_storage_web: ^2.0.0-beta.1
I have tried to upgrade the flutter_secure_storage but it did not working
Maybe using the next code you can solve your issue
dependency_overrides:
flutter_secure_storage_web: ^2.0.0-beta.1
What version are you using?
latest version
What OS and version are you using to local deploy your application?
Ubuntu
What platforms are you seeing the problem on?
Android
pubspec.yaml
Describe the Bug
unable to build project due to old dependencies
Expected Behavior
I expect the app to buid
To Reproduce
flutter build appbundle
Relevant log output
No response
flutter doctor -v
Info.plist (iOS)
No response
Podfile (iOS)
No response
AndroidManifest.xml
No response
MainActivity.java
No response
MainActivity.kt
No response
index.html
No response
Info.plist (macOS)
No response