filmov
tv
#4 Flutter Interview Questions
![preview_player](https://i.ytimg.com/vi/Dbgw_WAj48A/maxresdefault.jpg)
Показать описание
Flutter Interview Questions ( Part 4 )
It’s used when you want to specify the widget should be as big as a parent.
How do you create a widget that looks different in iOS and Android?
You can use the flutter_platform_widgets plugin, which makes things easier to handle, or you can check the platform manually by doing:
or
Then, create/configure widgets depending on it.
It’s used when you want to specify the widget should be as big as a parent.
How do you create a widget that looks different in iOS and Android?
You can use the flutter_platform_widgets plugin, which makes things easier to handle, or you can check the platform manually by doing:
or
Then, create/configure widgets depending on it.