-
Notifications
You must be signed in to change notification settings - Fork 144
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
Flutter support #899
Comments
hi @Filipe3xF! Honestly saying, last time we have reviewed the idea of packaging for Flutter a year ago or so. At that moment, we haven't dive deep and decided to postpone Flutter. Right now we are working (almost done!) on React Native wrapper. Flutter might be the next one. But there are challenges that we haven't researched yet: as Themis depends on OpenSSL / BoringSSL, we don't know how Flutter packets handle dependencies-of-dependencies (you have app, you add Themis-Flutter, which adds OpenSSL). Do people use static or dynamic linking for adding dependencies-of-dependencies, etc. It would help us A LOT if you know examples of good Flutter libraries that you like. Especially if those libraries were ported from native (i.e. native iOS and native Android lib ported as one Flutter package). |
@vixentael |
@minikin Hello, I have a large deal of dart experience. I would like to collaborate to bring this library to Flutter/Dart, as I am working on a cross platform e2e messaging app. My largest problem is finding two separate libraries that operate on the same specifications. I currently have a Python Django server that uses |
I noticed that the library supports Kotlin and Swift. I wanted to ask if it is possible to use it on a Flutter application? If not, are you thinking on supporting it in the future? In case that it is possible, could you elaborate on how one could do it?
The text was updated successfully, but these errors were encountered: