Skip to content

Instantly share code, notes, and snippets.

@gringoh
Last active July 25, 2022 16:08
Show Gist options
  • Save gringoh/d704bee224ee877f97dfd5a369c3267d to your computer and use it in GitHub Desktop.
Save gringoh/d704bee224ee877f97dfd5a369c3267d to your computer and use it in GitHub Desktop.
[Dart: Create project] #dart

Dart: Create project

dart create -t console-simple project_name

Available templates:

  • console-simple: A simple command-line application. (default)
  • console-full: A command-line application sample.
  • package-simple: A starting point for Dart libraries or applications.
  • web-simple: A web app that uses only core Dart libraries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment