flutter_sodium icon indicating copy to clipboard operation
flutter_sodium copied to clipboard

Flutter bindings for libsodium

Results 10 flutter_sodium issues
Sort by recently updated
recently updated
newest added

The ultimate goal is to provide 100% coverage of the libsodium API in flutter. Not there yet, tracking progress of the entire libsodium API (725 symbols) in this issue. Send...

enhancement

Hey, I want to publish my app to flathub. As flathub links the libraries to /app/libs, I am not able to run my app properly, because the 0.2.0 release on...

Hi guys! I recently moved an app to Flutter 2.x, and with that updated the flutter_sodium to the most up-to-date version. After the update I started getting an RangeError coming...

Hi guys, when building the example app for iOS Simulator I'm getting this error: ``` ld: in /Users/peter/Downloads/flutter_sodium-master/example/ios/Pods/../.symlinks/plugins/flutter_sodium/ios/libsodium.a(libsodium_la-aead_chacha20poly1305.o), building for iOS Simulator, but linking in object file built for iOS,...

I'm using Flutter_Sodium version **0.2.0** and tried to generate an Argon2id13 password hash using the **sensitive parameter set**. My system parameter were: ``` Flutter 2.2.1 Dart 2.13.1 Sodium version: 1.0.18...

Please upgrade to ffi ^2.0.1 as I am unable to update other packages that have moved on to ffi 2.0.1

Currently the dependency on v1.0.0 is preventing us from upgrading other packages who have moved on to v2.0.0+.