<?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: AIDXN</title>
    <description>The latest articles on DEV Community by AIDXN (@gcaidan).</description>
    <link>https://dev.to/gcaidan</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%2F121699%2Fc8ca8ebe-90ba-42a1-b14b-70e03d2b7099.jpg</url>
      <title>DEV Community: AIDXN</title>
      <link>https://dev.to/gcaidan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gcaidan"/>
    <language>en</language>
    <item>
      <title>Flutter: Apple Music Card UI </title>
      <dc:creator>AIDXN</dc:creator>
      <pubDate>Fri, 04 Jan 2019 21:46:21 +0000</pubDate>
      <link>https://dev.to/gcaidan/flutter-apple-music-card-ui--5ce4</link>
      <guid>https://dev.to/gcaidan/flutter-apple-music-card-ui--5ce4</guid>
      <description>&lt;p&gt;Flutter is great and building beautiful Uľ's is a breeze. In this tutorial I will show you how to get the Apple Music Card look with the colored drop shadow. Let's get started! &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note this isn't a Apple Music UI replication, but simply Apple Music inspired.&lt;/em&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  shadowColor vs. boxShadow
&lt;/h1&gt;

&lt;p&gt;The Material Widget has a shadowColor property, but it doesn't have the same look&lt;br&gt;
property.&lt;/p&gt;


&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


&lt;h1&gt;
  
  
  Here's how it looks!
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nufe8iL8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/dicm3us5jujjv6g3sllb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nufe8iL8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/dicm3us5jujjv6g3sllb.png" alt="Alt text of image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is what our card looks like now! You can customize this to fit your app’s theme by changing the blur and spread radius as well as the color.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Let's change some properties...&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Let's change the blurRadius: 30.0 and the spreadRadius: 4.0 and see how it looks.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jZACI-oA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ftgk4sj4oc98avd0mad8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jZACI-oA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ftgk4sj4oc98avd0mad8.png" alt="Alt text of image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As we can see the spreadRadius broadened up the shadow and the blurRadius increase made for a more fuzzy cotton candy look.&lt;/p&gt;

&lt;h1&gt;
  
  
  Conclusion
&lt;/h1&gt;

&lt;p&gt;Today I showed you a brief overview of the boxShadow property in which to show you how to make colorful Cards come to life. In essence you can tweak the settings to your liking and wahlah!&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>ui</category>
      <category>android</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
