Closed blueeyestw closed 1 year ago
I want to create a Flutter video player app that concurrently hosts a file server in the background. Is it possible with this package? Will both apps (UI app and backend app) be able to communicate with each other during runtime?
void main() { runApp(const MyApp()); server.main(); }
I want to create a Flutter video player app that concurrently hosts a file server in the background. Is it possible with this package? Will both apps (UI app and backend app) be able to communicate with each other during runtime?