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.
Asked
Active
Viewed 81 times
2 Answers
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.

Alan Telles
- 89
- 3