-2

I am actually creating a mobile app using flutter for a project based on a website. The website is built with PHP/html/css/js and actually have an admin page. I want to know if it is possible to use that admin page for my mobile app, and if yes, how can I do it? Thanks in advance.

2 Answers2

1

You can use a WebView. An app that in fact just showed a web page, like an iframe. There are some caveats in this approach. This SO question brings a good discussion about that.

-1

No, I guess. Flutter codes have to be written in dart language.

Nagulan S
  • 617
  • 5
  • 11