ProScript is a statically typed, garbage-collected programming language for highly concurrent application software. It is designed primarily for web services and secondarily for command-line applications.
ProScript combines:
| package main | |
| import ( | |
| "fmt" | |
| "strings" | |
| ) | |
| // consoleOptions is a private structure that contains | |
| // the possible options for a Console. It's private so | |
| // that consumers do not rely on its members. This allows |
Download Flutter SDK, extract the "Flutter" folder and put somewhere on your machine https://flutter.dev/docs/get-started/install
Add path for 'location/flutter/bin'