xxxxxxxxxx
A Flutter app is always considered as a tree of widgets.
Whenever you are going to code for building anything in Flutter,
it will be inside a widget. Widgets describe how your app view should
look like with their current configuration and state.
xxxxxxxxxx
A widget is an element of a graphical user interface (GUI) that displays information or provides a specific way for a user to interact with the operating system or an application.
xxxxxxxxxx
Create beautiful apps faster with Flutter’s collection of visual,
structural, platform, and interactive widgets.
Accessibility: https://docs.flutter.dev/development/ui/widgets/accessibility
Animation and Motion: https://docs.flutter.dev/development/ui/widgets/animation
Assets, Images, and Icons: https://docs.flutter.dev/development/ui/widgets/assets
Async: https://docs.flutter.dev/development/ui/widgets/async
Basics: https://docs.flutter.dev/development/ui/widgets/basics
Cupertino (iOS-style widgets): https://docs.flutter.dev/development/ui/widgets/cupertino
Input: https://docs.flutter.dev/development/ui/widgets/input
Interaction Models: https://docs.flutter.dev/development/ui/widgets/interaction
Layout: https://docs.flutter.dev/development/ui/widgets/layout
Material Components: https://docs.flutter.dev/development/ui/widgets/material
Painting and effects: https://docs.flutter.dev/development/ui/widgets/painting
Scrolling: https://docs.flutter.dev/development/ui/widgets/scrolling
Styling: https://docs.flutter.dev/development/ui/widgets/styling
Text: https://docs.flutter.dev/development/ui/widgets/text