MsV
Jun 14, 2026
Q: Flutter SDK?
Hello!
I was looking at this to have within a mobile app. Is there a flutter SDK?
If not then can the widget load inside a Flutter WebView widget, and does it work reliably on iOS and Android.
Is there any user id passthrough? — can I pass a logged-in user's name/email into the widget so the customer's info shows up?
Founder Team
Andrew_AnyChat
Jun 21, 2026A: Hello.
Sorry for the late reply.
At this moment, we don't have Flutter or any mobile SDK yet.
You can use WebView for a widget.
You can use JS method to pre-fill customer's data:
anw.updateUserData("Name", "[email protected]");
Share
Helpful?
1
Log in to join the conversation