-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hope add Web & Windows & MacOS support #14
Comments
I have no time to start doing the research at the time and also, windows and Linux still have experimental support. I have a few hints on articles about desktop support like https://medium.com/flutter-community/build-and-deploy-native-c-libraries-with-flutter-cc7531d590b5 |
Thanks very mush for your reply |
@yiv have found the solution for windows? |
The solution to easily support desktop, web and mobile is to use a proto as an abstraction like is shown here with golang being exposed over FFI https://github.com/jerson/openpgp-mobile https://github.com/jerson/flutter-openpgp The abstraction allows using the golang with react also. |
Look at #27 |
No description provided.
The text was updated successfully, but these errors were encountered: