#mobile-development
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 Opacity widget in Flutter is used to make its child partially or fully transparent. It's commonly used to control the transparency of UI elements,...
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...