TK
TK
@sacOO7 any chance i can use the rest API calls for flutter web RTM? Haven't been through rest api docs
Yes, that's the one. Now I know I could just write a platform native code for iOS/Android and bridge it to flutter, but doing it in dart would be much...
@Kathryn-cat [there is a C FFI](https://docs.flutter.dev/platform-integration/android/c-interop) but we can write iOS and Android compatible code and bridge it to flutter. Since MLC already has Swift and Android support, maybe you...
Also thanks for the prompt responses
@nundys terribly sorry I missed your mention, as of now I have veered away from the on device use case, but if there is anything I can do from my...
Hi Jonah, thank you for the prompt response. I did use --csp and try it out, but it still threw the same error  This time around though it is...
Let me try using HTML rendering instead of Canvaskit and update
Worked perfectly well with the HTML renderer. I only tried out basic button interactions and bottomNavigationBar but I was able to use it with no drop in performance (when compared...
@simc can help if needed
@NirantK can you assist?