I want to make web apps that run system shell scripts on my phone.
Of course when I import dart:io;, in the dart editor, I get;
Failed to load a file dart:io ...
I understand that dart:io is prohibited in client code. Is there a solution to execute such local system scripts from a web app or some alternative gui control on android?
Why?
Because these would be interesting for my daily use, simple to have up an running and can help me to learn about dart. Or is this a totally misguided (and prohibited) use of dart?