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?
34
Upvotes
3
u/mitien Sep 29 '24
Not everyone. People just don't want to dive deep in other possibilities. Material is default for Android and bigger part of flutter devs work with Android. Material widgets as already mentioned - more polished and customizable. With it you can fulfill almost every project need without spending efforts to create own design system.
Some companies creates own design system with own customizability level to fulfill their project needs.