We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db34537 commit ef7e4ffCopy full SHA for ef7e4ff
README.md
@@ -120,6 +120,14 @@ it will default to cupertino theming:
120
121
[Source](/example/lib/switches_page.dart)
122
123
+## Inputs
124
+
125
+`TextField/CupertinoTextField` -> `PTextField`
126
127
+
128
129
+By default, the `PTextField` on iOS will mirror Android styling and decoration (map `OutlineInputBorder` to a similar outline
130
+for iOS). Also `PTextField` on iOS will show `helperText` and `errorText` (even though not native iOS widget).
131
## Bottom Navigation
132
133
`BottomNavigationBar`/`CupertinoTabBar` -> `PTabBar`
screenshots/inputs.png
82.6 KB
0 commit comments