• Adam Barth's avatar
    Port Sky widgets demo to Dart · eb117c73
    Adam Barth authored
    This CL updates sky-box, sky-button, sky-checkbox, sky-input, and sky-radio to
    work in Dart. We don't have a data binding system yet, so there's a bit more
    plumbing in the code.
    
    This CL adds support for sky-element@attributes, which lets you specify which
    attributes your element supports. We use this information to synthesize getters
    and setters for those attributes and to dispatch to mumbleChanged methods when
    the attributes change.
    
    I've also wrapped the widgets demo itself in a sky-scrollable so the whole
    thing scrolls.
    
    R=eseidel@chromium.org
    
    Review URL: https://codereview.chromium.org/946813005
    eb117c73
Name
Last commit
Last update
..
animation Loading commit data...
calculator Loading commit data...
city-list Loading commit data...
color Loading commit data...
data Loading commit data...
example-element Loading commit data...
example-scrollable Loading commit data...
flights Loading commit data...
flights-app Loading commit data...
htmlish Loading commit data...
style Loading commit data...
widgets Loading commit data...
README.md Loading commit data...
appish.sky Loading commit data...
dart-library.sky Loading commit data...
dart-mojo.sky Loading commit data...
dart.sky Loading commit data...
example-scaffold.sky Loading commit data...
file-browser.sky Loading commit data...
fps-counter.sky Loading commit data...
home.sky Loading commit data...
radio.sky Loading commit data...
spinning-square.sky Loading commit data...
touch-demo.sky Loading commit data...