I am working in flutter,I have to create an flutter app which create http server, and server our local phone storage, I am unable to find any flutter plugin related to creating http server in flutter, here is sample app,which I found in Playstore, it provide http server
and Here is How it shows the page in
how I can create this app in Flutter ?, suggest any plugin for that.

