@@ -78,24 +78,42 @@ Now you replace widgets that are included in this library with their "P" counter
78
78
79
79
` FlatButton ` /` CupertinoButton ` -> ` PFlatButton `
80
80
81
+ ![ Material Flat Button] ( /screenshots/androidflat.png )
82
+ ![ Cupertino Flat Button] ( /screenshots/iosflat.png )
83
+
81
84
` AppBar ` /` CupertinoNavigationBar ` -> ` PNavigationBar `
82
85
86
+ ![ Android Nav] ( /screenshots/androidnav.png )
87
+ ![ iOS Nav] ( /screenshots/iosnav.png )
88
+
83
89
` SliverAppBar ` /` CupertinoSliverNavigationBar ` -> ` PSliverNavigationBar `
84
90
85
91
` Slider ` /` CupertinoSlider ` -> ` PSlider `
86
92
93
+ ![ Sliders] ( /screenshots/sliders.png )
94
+
87
95
` Switch ` /` CupertinoSwitch ` -> ` PSwitch `
88
96
97
+ ![ Switch] ( /screenshots/switches.png )
98
+
89
99
` BottomNavigationBar ` /` CupertinoTabBar ` -> ` PTabBar `
90
100
101
+ ![ Bottom Navigation Android] ( /screenshots/androidtabs.png )
102
+ ![ Bottom Navigation iOS] ( /screenshots/iostabs.png )
103
+
91
104
` Scaffold ` /` CupertinoScaffold ` -> ` PScaffold `
92
105
93
106
` CircularProgressIndicator ` /` CupertinoActivityIndicator ` -> ` PActivityIndicator `
94
107
108
+ ![ Progress] ( /screenshots/progress.png )
109
+
95
110
` BackButton ` /` CupertinoNavigationBarBackButton ` -> ` PBackButton `
96
111
97
112
` AlertDialog ` /` CupertinoAlertDialog ` -> ` PAlertDialog `
98
113
114
+ ![ Android Alert] ( /screenshots/androidalert.png )
115
+ ![ Ios Alert] ( /screenshots/iosalert.png )
116
+
99
117
### Properties Specific to a platform have a prefix
100
118
Any widgets that have ios-only or android-only counterparts, they are prefixed to ` android ` /` ios ` accordingly:
101
119
0 commit comments