mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
14 lines
475 B
Markdown
14 lines
475 B
Markdown
Sky Examples
|
|
============
|
|
|
|
This directory contains several examples of using Sky.
|
|
|
|
1. *Hello, world.* The [hello world app](hello_world) is a basic app that shows
|
|
the text "hello, world."
|
|
|
|
2. *Stocks.* The [stocks app](stocks) 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](widgets) contains a number of Sky widgets so
|
|
you can experiment with them in a simple container.
|