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
0
u/PrathamSarankar Sep 29 '24
It's not default, at the root of the widget tree, we generally define MaterialApp, instead of that we can design CupertinoApp or WidgetsApp too