Tutorials: Command-line apps and servers
The following tutorials show how to develop scripts, command-line apps, and server apps that can run in the standalone Dart VM.
Get started
Get Dart. Create a simple standalone app, run it in the Dart VM, and AOT-compile it to native machine code.
Write command-line apps
Learn about features that command-line apps need.
Fetch data from the internet
Fetch data from the internet using the http package.
Write HTTP servers
Implement a web server written in Dart.
For more tutorials, see the Dart tutorials page.
Unless stated otherwise, the documentation on this site reflects Dart 3.5.4. Page last updated on 2024-02-07. View source or report an issue.