核心 Widget 目录
借助 Flutter 上关于视觉、结构、平台和交互的 widget,我们可以快速创建出色的应用程序。除了能够按照如下类别浏览 widget,你还可以在 Flutter Widget 目录 中查看所有的 widget。
设计系统
#Flutter SDK 中附带了两套设计系统。你可以在 Dart 和 Flutter 的 package 资源库 pub.dev 上找到更多由 Flutter 社区创建的设计系统。
Beautiful and high-fidelity widgets that align with Apple's Human Interface Guidelines for iOS and macOS.
Visual, behavioral, and motion-rich widgets implementing the Material 3 design specification.
基础 widget
#基础 widget 支持一系列常用的功能,如输入、布局和文本。
Make your app accessible.
Bring animations to your app.
Manage assets, display images, and show icons.
Widgets supporting async patterns in your Flutter apps.
Widgets to know before building your first Flutter app.
Take user input in addition to input widgets in Material components and Cupertino.
Respond to touch events and route users to different views.
Arrange other widgets columns, rows, grids, and many other layouts.
These widgets apply visual effects to the children without changing their layout, size, or position.
Scroll multiple widgets as children of the parent.
Manage the theme of your app, make your app responsive to screen sizes, or add padding.
Display and style text.
每周 Widget (Widget of the Week)
#这里有 100 多部 1 分钟的讲解短片,帮助你快速入门 Flutter widget。
除非另有说明,本文档之所提及适用于 Flutter 的最新稳定版本,本页面最后更新时间: 2024-10-02。 查看文档源码 或者 为本页面内容提出建议。