Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 1.6 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.6 KB

Dart Code Lab Samples

first-timers-only

These are small Dart samples used by the following codelabs:

For links to the latest Dart codelabs, see dartlang.org/codelabs.

Repository structure

  • Each top-level folder holds the sources to an individual codelab.
  • runtests.sh: bash script that runs dartanalyzer on all Dart source files in the web directory.

Testing

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