核心 Widget 目錄
藉助 Flutter 上關於視覺、結構、平台和互動的 widgets,我們可以快速建立出色的應用程式。除了能夠按照如下類別瀏覽 widgets,你還可以在 Flutter Widget 目錄 中檢視所有的 widgets。
Make your app accessible.
Bring animations to your app.
Manage assets, display images, and show icons.
Async patterns to your Flutter application.
Widgets you absolutely need to know before building your first Flutter app.
Beautiful and high-fidelity widgets for current iOS design language.
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.
Widgets implementing the Material 2 Design guidelines.
Visual, behavioral, and motion-rich widgets implementing the Material 3 design specification.
Material 3 is the default Flutter interface as of Flutter 3.16. To learn more about this transition, check out Flutter support for Material 3.
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, makes your app responsive to screen sizes, or add padding.
Display and style text.
Widget of the Week
100+ short, 1-minute explainer videos to help you quickly get started with Flutter widgets.