All Projects → dart-archive → One Hour Codelab

dart-archive / One Hour Codelab

Licence: bsd-3-clause
Learn how to build a webapp with Dart in one hour.

Programming Languages

dart
5743 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].