-
Notifications
You must be signed in to change notification settings - Fork 4
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
Testing out FFI on Mobile #4
Comments
That sounds amazing! |
This would be totally amazing! 🙇♂️ This is the only thing stopping us from creating a first-class Mobile App for the Salty.im messaging protocol (e2e encrypte decentralized sed and inspired by Twtxt and the IndieWeb). If you managed to do this part, I am 100% confident we can get a really good Mobile App out in no time 🥳 |
Awesome 💯 And when there is a more dedicated project for this idea I'll update it here. |
How are we going this this effort? 🤔 |
I've been testing this a bit and had some success running the app on Android, I still want to try some other approaches to fixing this, when this #8 PR is resolved I'd probably say you can test using it again and we'll go from there. Might have to do some specific configurations just for running on IOS. |
Let me know if you need me to test on iOS -- I'm setup with XCode and have an Apple Developer account and iPhone(s) 👌 |
Sounds good, I'll update here when this needs testing |
@itamadev Any progress on this? 🤞 |
Hey! been some time since I've had time to dabble with this, to be honest, but I think over the weekend I might be able to put some hours into this, I think I have some solution to this, but I still need some testing to do 😸 |
Hey, sorry for this issue taking so long, I've had some pretty busy days at work 😎, I've been trying to devise a way to use FFI in a generic approach to fix this problem but it looks like iPhone and Android phones have to use different logic for this to work. For a more realistic timeline I'll try WASM compilation which should be way better for this and should be better to implement, I'll shortly create some issues and start implementing this solution soon (hopefully). I'll be sure to update my progress on this repo 👍 |
Overview
Testing the
FFI
on mobile devices apart of the Flutter Supported PlatformsPlatforms
android
project #6ios
project #7The text was updated successfully, but these errors were encountered: