Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdsuwwz/dart_examples
Dart Examples
https://github.com/pdsuwwz/dart_examples
Last synced: about 1 month ago
JSON representation
Dart Examples
- Host: GitHub
- URL: https://github.com/pdsuwwz/dart_examples
- Owner: pdsuwwz
- Created: 2022-11-16T10:17:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T10:22:13.000Z (about 2 years ago)
- Last Synced: 2024-11-03T13:54:37.055Z (3 months ago)
- Language: Dart
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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