DEV Community

davidjeba
davidjeba

Posted on

Building apps based on ChatML

Im developing an app in flutter.
The app has around 100 screens.
1 Client liked it, 2nd client wants to change the layout, 10th client wants to change the layout

Then i came to a stop, i cant keep changing screens for every client.

Then came the idea, what if i create an app which works like a guided chatbot?

The app has a homescreen with 3x3 icons
each icons load a URL in webview?

Webview? is supported in app development
but not in a chatbot?

Why not? Thats why im here...
Why cant a Chatbot loadup a URL based on some Click/Intent?
eg: Click -> load url {domain.com/page}

and going further? why cant a chatbot load a specific content from a URL?
eg: Click -> load url {domain.com/page "shortcodeid"}

there are other options as a solution for this,
im requesting a feature in dialogflow to have an option load URL and a widget/shortcode/div fragment of a page to be loaded in the app

Security: Yes, the app should not load external domain URL, but only the pages that are embedded in the app

Top comments (0)