Questions tagged [material-widget]

3 questions
10
votes
2 answers

How to remove slow mode tag in flutter app

I've started flutter app development. My question is, how can I remove the slow load banner in the flutter app. I've used the Material widget (not MaterialApp) where it doesn't contain that debugShowCheckedModeBanner property. Is there any possible…
harsha20599
  • 119
  • 3
  • 11
7
votes
0 answers

Flutter Cupertino/Material combined Theme / shared font family

I've been trying to solve a couple of problems using both Material and Cupertino widgets. 1) I can't seem to figure out how to globally define a font family for both. Either I use a CupertinoApp and have the Cupertino widgets correct or MaterialApp…
-1
votes
1 answer

Problems using Cupertino when publishing to PlayStore and AppStore

I am building an app that would like to publish to the Google Play Store and AppStore. Hence my question, what problems await me when I use Cupertino date picker, for example. By problems, I don't mean user problems, but rather license, etc.