I see these fields everywhere, these tiles. How are they called in flutter? Where can I find or how can I build them?
(I'm talking about these 4 tiles).
Asked
Active
Viewed 239 times
0

Alexandru Stroescu
- 1,067
- 1
- 9
- 16
1 Answers
0
Check the link below on various Cupertino Widgets
and how to use them:
I hope this answers your question

void
- 12,787
- 3
- 28
- 42
-
There aren't those fields. Like, those list tiles. There is that top app bar, the buttons, but not those list tiles. Instagram uses those tiles, Tinder, I think even facebook. Aren't those iOS styled widgets? – Alexandru Stroescu May 09 '20 at 10:25
-
For the listtiles, you can use the ```ListTile``` widget followed by a ```Divider``` widget. @AlexandruStroescu – void May 09 '20 at 10:26
-
So there is no cupertino field or list tile or what those apps are using in flutter? I should build them myself? – Alexandru Stroescu May 09 '20 at 21:26
-
There are no cupertino listtile. You can customize the llisttile to look like cupertino @AlexandruStroescu – void May 09 '20 at 23:53