<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Johngorithm </title>
    <description>The latest articles on DEV Community by Johngorithm  (@johngorithm).</description>
    <link>https://dev.to/johngorithm</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F197617%2Fecf7aac2-90ac-4bea-9f26-d00dd0da1272.jpeg</url>
      <title>DEV Community: Johngorithm </title>
      <link>https://dev.to/johngorithm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/johngorithm"/>
    <language>en</language>
    <item>
      <title>Answer: Icon's color in status bar (Flutter)</title>
      <dc:creator>Johngorithm </dc:creator>
      <pubDate>Wed, 15 Apr 2020 14:44:29 +0000</pubDate>
      <link>https://dev.to/johngorithm/answer-icon-s-color-in-status-bar-flutter-4lj</link>
      <guid>https://dev.to/johngorithm/answer-icon-s-color-in-status-bar-flutter-4lj</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nfpfhxRD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackoverflow-logo-7a8ef189e4f15e79cc8edc0cd3cff97b77dbaf61e8d5bee3c7507ace7d776b83.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/57974569/icons-color-in-status-bar-flutter/61231594#61231594" rel="noopener noreferrer"&gt;
              &lt;span class="title-flare"&gt;answer&lt;/span&gt; re:  Icon's color in status bar (Flutter)
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Apr 15 '20&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/57974569/icons-color-in-status-bar-flutter/61231594#61231594" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---Gu-KklO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-up-d310ac55a57f00b74b1303a08e0f2e3cdea8fea5989fa5d70f506008aa86428b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nOzY64sa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-down-fd895e09c6a93e39464cad43d727a293eae44c7228c087e86d478214a271c794.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;Add the Snippet below to your &lt;code&gt;main.dart&lt;/code&gt;. &lt;code&gt;setSystemUIOverlayStyle&lt;/code&gt; allows one to change System overlay styles if any. This will do the job globally in your app.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
statusBarIconBrightness: Brightness.dark));
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This will give you the effect below(iOS &amp;amp; Android). Play around with the properties in &lt;code&gt;SystemUiOverlayStyle&lt;/code&gt; to get…&lt;/p&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/57974569/icons-color-in-status-bar-flutter/61231594#61231594" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
