flutter/examples
2015-04-14 14:47:21 -07:00
..
color Remove some more Sky examples that don't run 2015-03-05 10:52:29 -08:00
hello_world [Effen] s/Node/UINode/, s/Element/WrapperNode/, s/EventTarget/EventListenerNode/ 2015-04-01 09:46:28 -07:00
raw Teach window.location.href setter to handle relative urls. 2015-04-14 12:16:51 -07:00
stocks Remove all uses of display:block and display:inline-block. 2015-04-06 16:44:12 -07:00
home.sky Stop rendering text inside flex boxes. 2015-04-09 11:40:03 -07:00
README.md Improve Sky READMEs 2015-03-26 17:17:34 -07:00

Sky Examples

This directory contains several examples of using Sky.

  1. Hello, world. The hello world app is a basic app that shows the text "hello, world."

  2. Stocks. The stocks app is an example of a typical mobile app built using Sky. The app shows a list of all the stocks in the NASDAQ.

  3. Widgets. The widgets app contains a number of Sky widgets so you can experiment with them in a simple container.