Flutter – material ui does not show default colors and shapes when compiled on android
I deleted the android folder and recreate it via flutter create --platforms android .. It compiles and runs, but the material components are showed incorrectly (no default blue, shape etc): As you can see, for instance, the : return Scaffold(…