VOOZH
about
URL: https://www.geeksforgeeks.org/tag/flutter-widgets/
⇱ Flutter-Widgets Archives - GeeksforGeeks
👁 geeksforgeeks
Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Flutter
716+ articles
Flutter
296+ articles
Dart
110+ articles
Flutter UI-components
93+ articles
Flutter-Basics
26+ articles
Flutter Class
22+ articles
Flutter-Services
5+ articles
Flutter-HTTP
3+ articles
AnimatedSize Flutter
Last Updated: 23 July 2025
In mobile app development, animations and transitions play a major role in providing a simple and smooth user experience, making it visually appealing to the users, and in...
read more
Picked
Flutter
Flutter-Widgets
Flutter Class
AnimatedWidget flutter
Last Updated: 23 July 2025
In Flutter, creating these visually attractive and smooth Animations can be a challenging task, as everything in Flutter is a Widget, and requires strong control over the ...
read more
Picked
Flutter
Flutter
Flutter-Widgets
Flutter - Cupertino Activity Indicator
Last Updated: 23 July 2025
The CupertinoActivityIndicator widget in Flutter is a part of the Cupertino widget set, which is designed to provide an iOS-like look and feel to your Flutter apps. It dis...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - CupertinoPicker Widget
Last Updated: 23 July 2025
The CupertinoPicker widget in Flutter is part of the Cupertino-themed widgets that mimic the design and behavior of iOS widgets. It's specifically designed to create a scr...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - Implement ListWheelChildBuilderDelegate Widget to a List
Last Updated: 23 July 2025
The ListWheelChildBuilderDelegate widget in Flutter is used with the ListWheelScrollView to create a scrollable list with custom child widgets generated by a builder funct...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - Animate Items in List Using AnimatedList
Last Updated: 23 July 2025
The AnimatedList widget in Flutter is used to create a list that automatically animates changes to its items. It's particularly useful when you want to add or remove items...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - FractionalTranslation Widget
Last Updated: 23 July 2025
In Flutter, the FractionalTranslation widget allows you to translate its child widget by a fraction of its own size along both the horizontal and vertical axes. In this ar...
read more
👁 article_image
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - Transform Widget
Last Updated: 23 July 2025
The Transform widget in Flutter is used to apply various transformations to its child widget, such as rotation, translation (positioning), scaling, and skewing. In this ar...
read more
👁 article_image
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - ClipPath Widget
Last Updated: 23 July 2025
In Flutter, the ClipPath widget is used to clip its child widget using a custom path. This means you can define a specific shape or path, and the ClipPath widget will rest...
read more
👁 article_image
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - Toggle the Visibility of an Alert Dialog
Last Updated: 23 July 2025
Alert Dialog is a very useful way to grab user interactions, here we use the Offstage widget to toggle (Hide/Show) the visibility of the Alert Dialog. The Offstage widget...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - AnimatedPhysicalModel Widget
Last Updated: 23 July 2025
In Flutter, the AnimatedPhysicalModel widget is used to create animations that transition between different physical properties of a widget, such as elevation, shape, and ...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - AnimatedBuilder Widget
Last Updated: 23 July 2025
The AnimatedBuilder widget in Flutter is a powerful utility widget that is used for creating complex animations by rebuilding a part of the widget tree in response to chan...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - Create Animation Using the AnimatedAlign Widget
Last Updated: 23 July 2025
The AnimatedAlign widget in Flutter is used to create animated transitions for aligning a child widget within a parent container. It smoothly animates the alignment proper...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - Fade a Widget In and Out
Last Updated: 23 July 2025
The AnimatedOpacity widget in Flutter allows you to animate the opacity (transparency) of a child widget. You can use it to smoothly fade in or out a widget. In this artic...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
Flutter - RadioListTile Widget
Last Updated: 23 July 2025
RadioListTile is a widget that combines a radio button with a list tile. It is often used in scenarios where you need to present a list of mutually exclusive options, and ...
read more
Flutter
Flutter-Widgets
Geeks Premier League 2023
1
2
3
4
...
11