Exploring Cupertino and Material Updates in Flutter 3.27.0
Let's dive into Cupertino and Material Updates in Flutter 3.27.0
Dec 27, 20245 min read6

Search for a command to run...
Articles tagged with #flutter-widgets
Let's dive into Cupertino and Material Updates in Flutter 3.27.0

Learn how to implement PageView to dynamically adjust its size based on the content it contains in Flutter

TwoDimensionalScrollView is a widget that combines the TwoDimensionalScrollable and TwoDimensionalViewport. It creates an interactive scrolling pane for content in both vertical and horizontal dimensions. However, using it directly is a bit challengi...

Explore InheritedNotifier and InheritedModel - subclasses of InheritedWidget in Flutter
