-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dart


> The tool for managing Dart projects.

More information.


Initialize a new Dart project in a directory of the same name:

dart create {project_name}

Run a Dart file:

dart run {path/to/file.dart}

Download dependencies for the current project:

dart pub get

Run unit tests for the current project:

dart test

Update an outdated project's dependencies to support null-safety:

dart pub upgrade --null-safety

Compile a Dart file to a native binary:

dart compile exe {path/to/file.dart}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:13:44 2024