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 Dart. Create a simple standalone app, run it in the Dart VM,
and AOT-compile it to native machine code.
Learn about features that command-line apps need.
Fetch data from the internet using the http package.
Implement a web server written in Dart.
For more tutorials, see the Dart tutorials page.
Was this page's content helpful?
Thank you for your feedback!
Provide details
Thank you for your feedback!Please let us know what we can do to improve.
Provide details
Unless stated otherwise, the documentation on this site reflects Dart 3.9.2. Page last updated on 2025-9-4. View source or report an issue.