Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/socheatsok78/dart-project-template
- Owner: socheatsok78
- License: mit
- Created: 2019-11-22T08:24:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T03:32:07.000Z (about 5 years ago)
- Last Synced: 2025-01-09T21:42:36.574Z (14 days ago)
- Topics: build-tools, create-dart-app, dart, dartlang, scaffold, zero-configuration
- Language: Dart
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)