Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pdsuwwz/dart_examples

Dart Examples
https://github.com/pdsuwwz/dart_examples

Last synced: about 1 month ago
JSON representation

Dart Examples

Awesome Lists containing this project

README

        

A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.

## Run

```
dart run
```

## 注意

下面的命令可以初始化一个官方 dart 项目:

```bash
dart create myapp
```
https://dart.dev/tools/dart-run