https://github.com/iguntur/dart-playground
Playing with `dart` :D
https://github.com/iguntur/dart-playground
Last synced: 3 months ago
JSON representation
Playing with `dart` :D
- Host: GitHub
- URL: https://github.com/iguntur/dart-playground
- Owner: iguntur
- License: mit
- Created: 2017-04-16T07:34:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T10:11:24.000Z (about 8 years ago)
- Last Synced: 2024-12-29T05:26:06.103Z (5 months ago)
- Language: Dart
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dart playground
> Playing with [dart](https://www.dartlang.org/)
## Getting started
Make sure you have `Dart` on your system.
```bash
$ dart --version
#=> Dart VM version: 1.22.1 ...
```If you haven't, just follow a litle bit instruction [How to install Dart](https://www.dartlang.org/install) on the official documentation.
## Play With This Repo
Feel free for clone this repo and starting to learning how `dart` will work.
```bash
$ git clone https://github.com/iguntur/dart-playground.git
$ cd dart-playground
```### Execute `dart` script file
```bash
$ dart hello-world.dart
#=> Hello, world!
```## License
MIT © [Guntur Poetra](http://guntur.starmediateknik.com)