#dart-keywords
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 PageView widget in Flutter is used to create a scrollable list of pages, each of which occupies the entire screen. It's commonly used for...
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 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...