-
Notifications
You must be signed in to change notification settings - Fork 45
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
How to use this library? #76
Comments
Here we have a better example to show how to use this lib that you can try. And could you please share compilation error message, maybe we can help with this. |
I got this compile error here (the encoding errors are already in my console):
This is most likely related to WINRT, I did not google yet how I can install it. Sorry for my laziness. |
I just noticed that the repo of the PR 62 was deleted. How can I checkout that PR? Was there not some kind of hidden branch? EDIT Got it with: git clone [email protected]:MixinNetwork/libsignal_protocol_dart.git
git fetch origin pull/62/head:example_app
git switch example_app |
A new branch @boyan01 can you help with flutter-app compilation error? |
The same as MixinNetwork/flutter-plugins#185 Upgrade visual studio version to latest would solve this error. |
I'm interested in building a Flutter chat app using the signal protocol. However I'm not really sure how to use this library.
Of cause I checked the example, but that one is more or less just a unit test out of my view. I'm looking for information which generated keys I need to store so that I can decrypt them when I restart my app. Which and how do I exchange the keys?
I also tried to check the "real" sample app, but I cannot compile it. At first I get dart compile errors and then (after simply removing the broken code) native errors. Great! I installed therefore the Windows App which requires a sign in from your Android app. Then on my mobile I have to register... I do not want to share my mobile number with you just to check your app. Even the strings from the onboarding are not in the code base. This is so strange.
The text was updated successfully, but these errors were encountered: