#developer
Read more stories on Hashnode
Articles with this tag
The Table widget in Flutter is used to create a grid of cells, similar to an HTML table. It allows you to arrange widgets in rows and columns,...
The SliverList widget in Flutter is used to create a scrollable list of children within a CustomScrollView. It's typically used in scenarios where you...
The FadeInImage widget in Flutter is used to display images with a fading effect when loading. It's commonly used to improve the user experience by...
The StreamBuilder widget in Flutter is used to build UI components based on the latest snapshot of data from a stream. It's commonly used for...
The InheritedModel widget in Flutter is similar to InheritedWidget, but it provides a more granular way to manage inherited data. It allows you to...
The Hero widget in Flutter is used to create hero animations, which animate the transition of a widget between different screens in a visually...