scribeGriff / dart-html5-samples

HTML5 samples in Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dart-html5-samples

These are HTML5 samples written in Dart.

Most of them were ported from HTML5 Rocks. See the project announcement for more information. See the Dart website to learn more about Dart, the the language for structured web programming.

Setup

export DART_SDK=.../dart/dart-sdk
export PATH=$PATH:$DART_SDK/bin
pub install

Contributing

  • Be sure to sign the Individual Contributor License Agreement.

  • If you want to port a new tutorial, make sure you create a bug on the issue tracker to tell others you're working on it.

  • To contribute code, just fork the project on GitHub, and submit a pull request.

  • Finally, make sure to take a look at the other examples to get a feel for how we’ve structured things.

About

HTML5 samples in Dart

License:Other


Languages

Language:Dart 100.0%