im new to flutter and i want to know is there a way to develop two different layouts for ios and android?

hi, im new to flutter and i want to know is there a way to develop two different layouts for ios and android?
You already invited:

Evren

Upvotes from:

You could check the current platform and use different widgets based on it, theres also some projects experimenting with widgets that switch platform by default
e.g.
https://pub.dartlang.org/packa ... dgets

If you wanna answer this question please Login or Register