#flutter-sdk
Read more stories on Hashnode
Articles with this tag
The SafeArea widget in Flutter is used to automatically adjust its child widgets to avoid overlapping with system overlays such as the status bar,...
The Expanded widget in Flutter is used within a Row, Column, or Flex to expand a child widget to fill the available space along the main axis. It's...
The Wrap widget in Flutter is used to display its children in multiple rows or columns based on the available space. It automatically wraps its...
The AnimatedContainer widget in Flutter is a container that gradually changes its values over a given duration whenever its properties are updated....
The FadeTransition widget in Flutter is used to apply a fading effect to a child widget. It animates the opacity of the child widget over a specified...
The FloatingActionButton widget in Flutter is a circular button typically placed in the bottom-right corner of the screen. It's commonly used to...