-
Notifications
You must be signed in to change notification settings - Fork 47
Support for Desktop Platforms (Linux, Windows, macOS) #62
Comments
Interested to help. Could someone elaborate the usecase? |
Well, the usecase is to simply be able to use this library for the desktop platforms, which are in beta now and will become stable soon. So, my personal usecase is to be able to develop a flutter app that needs encryption for all of the platforms. More specificly, I found out that we already have a somewhat support for desktop: In
|
https://github.com/firstfloorsoftware/flutter_sodium/tree/master/lib/src/bindings is code manually or generated?
What about the architecture of https://github.com/woodemi/quick_usb?
Maybe a workaround woodemi/quick_usb#14 (comment) ? |
If it is possible you could load the library with a relative path. I am not experience in this area. But I try to publish my app to flathub and have no access to /usr. The library is stored in /app/lib and could be found if linked dynamically. |
I confirm this is a problem for flatpaks. |
Can we excpect any changes to this topic? |
In lack of a better solution, I created my own sodium wrappers here: https://github.com/Skycoder42/libsodium_dart_bindings |
I just saw that flutter_sodium actually uses a dynamic call
But the pub.dev plugin is not updated yet. |
No description provided.
The text was updated successfully, but these errors were encountered: