Flutter desing: CupertinoApp and MaterialApp in the same project

526 views Asked by At

Is it a good practice desing an App in Flutter (for IOS and Android) to use CupertinoApp and MaterialApp in the same project?

Apparently it works as expected in the simulators (Xcode and AndroidStudio simulator), but i would like to know if it will be accepted by AppStore and PlayStore reviewers and it also will work in real devices.

1

There are 1 answers

2
Romil Mavani On BEST ANSWER

As my experience you can not use cupertino app instead of material app in android real device, So Material app is best option for work in Android and iOS.

If you are try to use cupertinoApp and run in Android Real Device then you will getting error like this.