0% found this document useful (0 votes)
10 views2 pages

Flutter Widgets Reference

The document is a comprehensive reference guide for Flutter widgets, categorized into 15 sections including Basic Widgets, Layout Widgets, Input & Form Widgets, and more. Each section lists specific widgets relevant to that category, such as Text, Row, ListView, TextField, ElevatedButton, and more. It also covers state management, Material Design, Cupertino widgets, and accessibility features.

Uploaded by

r83120242
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Flutter Widgets Reference

The document is a comprehensive reference guide for Flutter widgets, categorized into 15 sections including Basic Widgets, Layout Widgets, Input & Form Widgets, and more. Each section lists specific widgets relevant to that category, such as Text, Row, ListView, TextField, ElevatedButton, and more. It also covers state management, Material Design, Cupertino widgets, and accessibility features.

Uploaded by

r83120242
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Flutter Widgets Reference

1. Basic Widgets

Text, Row, Column, Container, Stack, Expanded, Padding, Center, Align, SizedBox, Spacer, FittedBox

2. Layout Widgets

ListView, GridView, SingleChildScrollView, CustomScrollView, Wrap, Flex, Table, IndexedStack, Positioned

3. Input & Form Widgets

TextField, Form, TextFormField, Checkbox, Radio, Switch, Slider, DropdownButton, DatePicker, TimePicker

4. Buttons

ElevatedButton, TextButton, OutlinedButton, IconButton, FloatingActionButton, DropdownButton,

PopupMenuButton

5. Navigation Widgets

Navigator, MaterialPageRoute, PageView, BottomNavigationBar, TabBar, TabBarView, Drawer, AppBar,

Scaffold

6. Display Widgets

Card, ListTile, CircleAvatar, Chip, Tooltip, GridTile, AlertDialog, SnackBar, BottomSheet, ExpansionTile

7. Image and Media

Image, Image.asset, Image.network, FadeInImage, VideoPlayer, Icon

8. Animation and Motion

AnimatedContainer, AnimatedOpacity, AnimatedBuilder, AnimatedCrossFade, AnimatedSwitcher, Hero,

TweenAnimationBuilder, SlideTransition, ScaleTransition


Flutter Widgets Reference

9. Styling and Theming

Theme, ThemeData, MediaQuery, DefaultTextStyle, IconTheme, Divider

10. Gestures & Interactions

GestureDetector, InkWell, Dismissible, Draggable, DragTarget, LongPressDraggable

11. Scrolling Widgets

Scrollbar, ScrollView, CustomScrollView, SingleChildScrollView, NestedScrollView

12. State Management (Built-in)

StatefulWidget, StatelessWidget, InheritedWidget, ValueListenableBuilder, FutureBuilder, StreamBuilder

13. Material Design Specific

MaterialApp, Scaffold, AppBar, BottomNavigationBar, Drawer, FloatingActionButton, SnackBar, BottomSheet

14. Cupertino (iOS-style Widgets)

CupertinoApp, CupertinoButton, CupertinoNavigationBar, CupertinoPageScaffold, CupertinoTabBar,

CupertinoActivityIndicator

15. Accessibility

Semantics, ExcludeSemantics, MergeSemantics

You might also like