Closed lpickford-pixelbeard closed 2 months ago
Updating the pinenacl
library to ^0.6.0
fixes this, though I'm unable to open a PR due to permissions.
For now we can override the dependency in pubspec.yaml
but it would be nice if you can updated the package @kerimamansaryyev.
dependency_overrides:
pinenacl: 0.6.0
Thanks!
For now we can override the dependency in
pubspec.yaml
but it would be nice if you can updated the package @kerimamansaryyev.dependency_overrides: pinenacl: 0.6.0
Thanks!
Yep this is what we've done for now :)
I will take care of this today
@lpickford-pixelbeard @Kal-Elx Try the version 1.2.3
of the package, it should be working fine now. Let me know if I can close the issue
Works for me, thanks! :)
Works for me, thanks! :)
Glad to hear! I’m closing the issue
The following breaking change means that the
pinenacl
dependency no longer compiles on Flutter^3.24.0
https://github.com/dart-lang/sdk/issues/45115