简体   繁体   English

iOS (Safari) 中的 Flutter web 状态栏

[英]Flutter web status bar in iOS (Safari)

I try to change the status bar in the safari browser, I search it and it was a lot's question about it but none of them fixed my issue.我尝试更改 safari 浏览器中的状态栏,我搜索它,这是很多关于它的问题,但他们都没有解决我的问题。 I tried change-status-bar-color and how-to-change-chrome-header-color .我尝试了 change-status-bar-colorhow-to-change-chrome-header-color

在此处输入图像描述

This blue area is around iPhone's notches, and I want to change the color in the whole app.这个蓝色区域在 iPhone 的凹槽周围,我想更改整个应用程序的颜色。

thanks for your attention.感谢您的关注。

SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
    statusBarColor: Colors.red,
  ));

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM