Can I can distribute a dart application to a client as a folder or html file so it can be run by clicking the html file to run the app offline?
I can run my dart app that resides on my local 127.0.0.1 but not by clicking the html file in the web directory.
Thanks.