CupertinoPageTransition Widget – Flutter Widget Guide By Flutter Agency
Earlier, we have gone through CupertinoPageScaffold Widget Which is used to provides you the structure to your iOS application page layout, targeting your iOS design. So now in this article, we will be discussing CupertinoPageTransition Widget. What is CupertinoPageTransition Widget? CupertinoPageTransition Widget
CupertinoActionSheet Widget – Flutter Widget Guide By Flutter Agency
In this series of Cupertino Widgets, we will go through CupertinoActionSheet Widget. You might be wondering What is Cupertino? Cupertino is a set of flutter widget helpful in implementing a current iOS design. What is CupertinoActionSheet Widget in Flutter? An action sheet is a
CupertinoSlidingSegmentedControl Widget – Flutter Widget Guide By Flutter Agency
Earlier We have gone through a different Cupertino widgets article like CupertinoSlider Widget, CupertinoPageTransition Widget, CupertinoSegmentedControl Widget, CupertinoScrollbar Widget so now in this article we will go through CupertinoSlidingSegmentedControl Widget. What is CupertinoSlidingSegmentedControl Widget? CupertinoSlidingSegmentedControl Widget is an iOS 13 style segmented
CupertinoTabBar Widget – Flutter Widget Guide By Flutter Agency
In this article, we will walk through what is CupertinoTabBar Widget. What is CupertinoTabBar Widget? CupertinoTabBar Widget is an iOS-styled bottom navigation tab bar. It displays multiple tabs using BottomNavigationBarItem with one tab being active, the first tab by default. This StatelessWidget doesn't
CupertinoPopupSurface Widget – Flutter Widget Guide By Flutter Agency
Earlier we have been through CupertinoActionSheet Widget, CupertinoSlidingSegmentedControl Widget, CupertinoTabBar Widget all these widgets fall under the category of Cupertino Widget so now this is time for something new called CupertinoPopupSurface Widget. Cupertino is a set of Flutter Widget helpful in
CupertinoAlertDialog Widget – Flutter Widget Guide By Flutter Agency
An alert dialog informs the user about situations that require acknowledgment. An alert dialog has an optional title, optional content, and an optional list of actions. The title is displayed above the content and the actions are displayed below the
CupertinoSegmentedControl Widget -Flutter Widget Guide By Flutter Agency
In this article, we will go through CupertinoSegmentedControl Widget. What is CupertinoSegmentedControl Widget? CupertinoSegmentedControl Widget is an iOS-style segmented control. It will display the widgets provided in the Map of children in a horizontal list. Used to select between a number of mutually
CupertinoPicker Widget – Flutter Widget Guide By Flutter Agency
Earlier, we have been through many Cupertino Widget like CupertinoActionSheet Widget, CupertinoActivityIndicator, and many more so now in this article we will discuss CupertinoPicker Widget in detail. What is CupertinoPicker Widget? CupertinoPicker Widget is an iOS-styled picker. CupertinoPicker Widget displays its children widgets on
CupertinoSlider Widget – Flutter Widget Guide By Flutter Agency
In this Cupertino Widget Series, We have been through CupertinoPopupSurface Widget, CupertinoPageScaffold Widget, and many other widgets like CupertinoActionSheet Widget, so now in this article, we will be focusing on CupertinoSlider Widget which is an iOS-style slider. What is CupertinoSlider Widget
CupertinoActivityIndicator Widget – Flutter Widget Guide By Flutter Agency
Cupertino is a set of flutter widget helpful in implementing a current iOS design. Earlier we have discussed CupertinoActionSheet Widget. In this article, we will discuss CupertinoActivityIndicator Widget in detail. Flutter Team developed a special widget with iOS style and they named
CupertinoSwitch Widget – Flutter Widget Guide By Flutter Agency
CupertinoSwitch Widget is an iOS-style switch. It is basically used to toggle the on/off state of a single setting just like Switch Widget. What is CupertinoSwitch Widget in Flutter? The switch itself does not maintain any state. Instead, when the state of
CupertinoTextField Widget – Flutter Widget Guide By Flutter Agency
Earlier we have been through Textfield Widget in Material Design so now we will go through CupertinoTextField Widget in detail. What is CupertinoTextField Widget? CupertinoTextField Widget is an iOS-style text field. A text field lets the user enter text, either with a