Skip to content

youpiwaza/dart-tutorials-samples

 
 

Repository files navigation

Dart Tutorials

Build Status

These are small Dart samples used by the online Dart tutorials.

Four samples use Polymer. These samples require Polymer version 0.9. The samples in Write HTTP Clients & Servers are compatible with Dart 1.3.

Repo and testing

Currently, drone.io tests only whether the .dart files under web/ and bin/ pass static analysis (dartanalyzer). We could do real unit testing, and we could do better with HTML samples.

Project structure

web/: Browser-based code samples used in the online tutorial. Contains sub-directories to organize the samples by topic.

bin/: Code samples that run in the standalone VM (not browser-based).

README.md: This file.

runtests.sh: BASH script that runs dartanalyzer on all Dart source files in the web/ and bin/ directories.

About

Sample code for "A Game of Darts" tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dart 91.6%
  • CSS 6.1%
  • Shell 2.3%