该目录包含一些使用Flutter的示例。
在该示例的目录中使用`flutter run`。
可用的示例包括:
- Hello,world (hello_world)是最小的Flutter应用
-Flutter画廊(flutter_gallery)展示,比较丰富的GUI例子
Flutter的小部件,包括[材料的实现设计](https://material.io/design/)。
-Flutter视图(flutter_view)展示
-Image-list
-图层 显示如何在Flutter框架中使用各个图层 。
-平台频道(platform_channel)演示
如何将Flutter应用程序连接到平台特定的API。有关文档,请参见 <https://flutter.dev/platform-channels/>。
-平台频道Swift ** [平台频道swift
应用](platform_channel_swift)与[平台
频道](platform_channel),但iOS版本在Swift中,没有 Android版本。
-platform-view
-stocks 股票市场例子