flutter/examples
Scott Violet ed3cbb541e Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url
Prior to this change the magic sequence was '#!mojo:' and the url of the content handler app included mojo:. This works only for mojo: urls, but we want
other schemes. So, the magic sequence is now '#!mojo ' and 'mojo ' is not part of the resulting url.

R=aa@chromium.org

Review URL: https://codereview.chromium.org/821403003
2015-01-08 10:19:52 -08:00
..
animation Fix Animations, Remove Compostior Animations. 2014-12-02 14:37:55 -08:00
calculator Specs: custom element constructor argument shouldn't clash with the module-global 'module' identifier 2015-01-07 14:39:58 -08:00
city-list Make SkyElement more classy. 2014-12-16 16:28:28 -08:00
flights Add a version of flights that's made of components. 2014-11-14 15:00:12 -08:00
flights-app Make SkyElement more classy. 2014-12-16 16:28:28 -08:00
htmlish Specs: custom element constructor argument shouldn't clash with the module-global 'module' identifier 2015-01-07 14:39:58 -08:00
style Docs: fix the hitTest() logic for display:toolbar since it doesn't use size 0x0 for its hidden children 2014-11-20 15:50:43 -08:00
widgets Improve the appearance of <sky-checkbox> 2015-01-05 14:28:16 -08:00
file-browser.sky Make SkyElement more classy. 2014-12-16 16:28:28 -08:00
home.sky Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url 2015-01-08 10:19:52 -08:00
radio.sky Specs: custom element constructor argument shouldn't clash with the module-global 'module' identifier 2015-01-07 14:39:58 -08:00
README.md Specs: update the layout and paint schemes to match discussions better 2014-11-20 13:58:53 -08:00
spinning-square.sky Add a basic example of a spinning square 2014-11-21 13:27:09 -08:00

Some of these examples are examples of what sky supports now. Others are examples of what sky hopes to one day support. Therefore not all these examples actually work today.