A catalog of some of Flutter's rich set of widgets.
Create beautiful apps faster with Flutter's collection of visual, structural, platform, and interactive widgets. In addition to browsing widgets by category, you can also see all the widgets in the widget index.
Design systems #Flutter ships with two design systems as part of the SDK.
Cupertino Beautiful and high-fidelity widgets that align with Apple's Human Interface Guidelines for iOS and macOS. Material design Visual, behioral, and motion-rich widgets implementing the Material 3 design specification.You can find many more design systems created by the Flutter community on pub.dev, the package repository for Dart and Flutter. For example, the Windows-inspired fluent_ui, macOS-inspired macos_ui, and the Ubuntu-inspired yaru widgets.
Base widgets #Base widgets support a range of common rendering options like input, layout, and text.
AccessibilityMake your app accessible.
Animation and motionBring animations to your app.
Assets, images, and iconsManage assets, display images, and show icons.
AsyncWidgets supporting async patterns in your Flutter apps.
BasicsWidgets to know before building your first Flutter app.
InputTake user input in addition to input widgets in Material components and Cupertino.
Interaction modelsRespond to touch events and route users to different views.
LayoutArrange other widgets columns, rows, grids, and many other layouts.
Painting and effectsThese widgets apply visual effects to the children without changing their layout, size, or position.
ScrollingScroll multiple widgets as children of the parent.
StylingManage the theme of your app, make your app responsive to screen sizes, or add padding.
TextDisplay and style text.
Widget of the Week #100+ short, 1-minute explainer videos to help you quickly get started with Flutter widgets.
Watch on YouTube in a new tab: "CupertinoRadio - Flutter widget of the week" Watch on YouTube in a new tab: "CupertinoSheetRoute - Flutter widget of the week" Watch on YouTube in a new tab: "CupertinoSlidingSegmentedControl - Flutter widget of the week" Watch on YouTube in a new tab: "CupertinoCheckbox - Flutter widget of the week" Watch on YouTube in a new tab: "CupertinoSwitch - Flutter widget of the week" Watch on YouTube in a new tab: "CarouselView - Flutter widget of the week"Watch more widget of the week videos
Was this page's content helpful?Unless stated otherwise, the documentation on this site reflects Flutter 3.38.1. Page last updated on 2025-11-26. View source or report an issue.