Giter VIP home page Giter VIP logo

one-hour-codelab's Introduction

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.

one-hour-codelab's People

Contributors

chalin avatar devoncarew avatar filiph avatar janamou avatar kevmoo avatar kulshekhar avatar kwalrath avatar marycampione avatar sethladd avatar sfshaza2 avatar wibling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

one-hour-codelab's Issues

Please include a License

Hi,

I'm thinking about using a few snippets of this repository for a different project. In your source files, you write:

// Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

Unfortunately, I can't find the LICENSE file. Could you please include it, so I can give proper attribution to this project?

Thank you

Update angular_components codelab

  • Rename codelab from angular2_components to angular_components.
    • Are there any links to be updated?
    • Or firebase rewrite rules?
  • Angular and angular_component versions have changed.

2. Add an Input Field Issue

Towards the end of step 2. I have completed all directions and clicked "Run on Dartium"

Once it initiates, it sends me to another window (object_patch.dart)
saying NoSuchMethodError.

Note: I ensured all codes are exactly identical as shown on file "2-inputnamebadge/piratebadge.dart"

What exactly am I not doing or missing to make this step complete?

screen shot 2013-11-27 at 5 28 28 pm

Update ng2 codelab

In particular because 3.0.0 is out. Other updates might be necessary.

Change async modifier to defer in Dart scripts

An async script executes before the whole page is available (in chrome), but defer waits until the page has loaded. In cases where you want to make sure that all the DOM on the initial page is available from within your main function, you should use defer instead of async.

<script defer src="index.dart" type="application/dart"></script>
<script defer src="packages/browser/dart.js"></script>

Pull requests welcome.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.