核心 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.
Visual, behavioral, and motion-rich widgets implementing the Material Design guidelines.
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.