flutterscript
flutterscript copied to clipboard
Add FlutterScript Client/Server
A use-case for FlutterScript is to be able to act at a distance on Flutter applications that are running on other machines.
This adds a Server that can interpret FlutterScript over Http, as well as a Client class that can be used to send requests to the server.
These two classes can be used to create a very simple console based repl.
