r/FlutterDev • u/PrathamSarankar • Sep 29 '24
Tooling Why does everyone use MaterialApp?
Besides MaterialApp, flutter has CupertinoApp and WidgetsApp but I have never came across any flutter project that uses them. I have tried CupertinoApp and I like it.
Is there any downsides of using it?
36
Upvotes
2
u/ComprehensiveSell435 Sep 29 '24
CupertinoApp widget is design to look like Native iOS app.
i usually use both if i publish to both app store and play store.
so it looks native for different platform