Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/socheatsok78/dart-project-template

Scaffold a new dart project
https://github.com/socheatsok78/dart-project-template

build-tools create-dart-app dart dartlang scaffold zero-configuration

Last synced: 8 days ago
JSON representation

Scaffold a new dart project

Awesome Lists containing this project

README

        

# Dart Project Template

Scaffold a new dart project

### What's the point?
- Command-line applications need to do input and output.
- The dart:io library provides I/O functionality.
- The args package helps define and parse command-line arguments.
- A Future object represents a value that will be available at some time - in the future.
- Streams provide a series of asynchronous data events.
- Most input and output requires the use of streams.

## Resources
[Get started: command-line and server apps](https://dart.dev/tutorials/server/get-started)