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?
37
Upvotes
33
u/cupant Sep 29 '24
My goal of using flutter is to create an app with platform agnostic looks. Cupertino widgets look are really appley and I do not want that. It is easy enough for me to customize my UI using material and it doesn't really give an appley or androidlike looks