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.