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

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

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)