<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Aditya Anand on Medium]]></title>
        <description><![CDATA[Stories by Aditya Anand on Medium]]></description>
        <link>https://medium.com/@aditechdev?source=rss-98b118e01e0d------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*Y0Zk0WWoqoP7xQgiv6uCJA.jpeg</url>
            <title>Stories by Aditya Anand on Medium</title>
            <link>https://medium.com/@aditechdev?source=rss-98b118e01e0d------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Thu, 28 May 2026 17:59:12 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@aditechdev/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[“Make Your Flutter Logs Colorful and Expressive with color_log Package”]]></title>
            <link>https://medium.com/@aditechdev/make-your-flutter-logs-colorful-and-expressive-with-color-log-package-edcf9c1fd046?source=rss-98b118e01e0d------2</link>
            <guid isPermaLink="false">https://medium.com/p/edcf9c1fd046</guid>
            <category><![CDATA[flutter]]></category>
            <category><![CDATA[pubdev]]></category>
            <category><![CDATA[logger]]></category>
            <category><![CDATA[dart]]></category>
            <category><![CDATA[color-log-package]]></category>
            <dc:creator><![CDATA[Aditya Anand]]></dc:creator>
            <pubDate>Fri, 05 May 2023 22:16:30 GMT</pubDate>
            <atom:updated>2023-05-05T22:16:30.637Z</atom:updated>
            <content:encoded><![CDATA[<p>Logging is a crucial part of fixing bugs in programming, but it can be challenging to read and locate specific logs in a continuous flow of blue text.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*-jgUPHiTJDzGlkoQ" /><figcaption>Photo by <a href="https://unsplash.com/@davidclode?utm_source=medium&amp;utm_medium=referral">David Clode</a> on <a href="https://unsplash.com?utm_source=medium&amp;utm_medium=referral">Unsplash</a></figcaption></figure><p>To address this issue, I created a Flutter package called “color_log.” This package enables developers to create more visually distinct and expressive logs with the use of colors and emojis, reducing eye strain and making debugging a more manageable process.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*b-PpFO1rfOc2ZW9c" /><figcaption>Photo by <a href="https://unsplash.com/@mitchel3uo?utm_source=medium&amp;utm_medium=referral">Mitchell Luo</a> on <a href="https://unsplash.com?utm_source=medium&amp;utm_medium=referral">Unsplash</a></figcaption></figure><p>Check out this image to see the difference between logs created with color_log and regular print logs:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*zZdPR5fBI7t6q8FMaaZjeg.jpeg" /></figure><p>To use the package, add “color_log: ^0.0.6” to your pubspec.yaml file and use clog to log for different levels. Don’t forget to share this with the developer community if you find it helpful! Here’s the code snippet to get started:</p><pre>String temp = &quot;colorLog&quot;;<br>clog.info($temp);<br>clog.warning($temp);<br>clog.error($temp);<br>clog.debug($temp);<br>clog.checkSuccess(1 == 1, &quot;TO Verify 1==1&quot;);<br>clog.checkSuccess(1 == 2, &quot;TO Verify 1==2&quot;);<br>clog.custom(message: &quot;This is custom log&quot;, emoji: &quot;🍃&quot; , ansiColor: &quot;Any ANSI color&quot;, logType: &quot;custom&quot;);</pre><p>Start making your logs more colorful and expressive with color_log today!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*rKc6Uc_-7JWM8_i8HpU6dQ.jpeg" /></figure><p>If you found this article helpful, please show your support by clapping and sharing it with the developer community. Also, don’t forget to follow me on <a href="https://twitter.com/aditechdev">Twitter</a>, <a href="https://www.instagram.com/aditechdev/">Instagram</a>, and <a href="https://github.com/aditechdev">GitHub</a> for more exciting updates and useful resources!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=edcf9c1fd046" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Google India Challenge Scholarship: Android Basics]]></title>
            <link>https://medium.com/@aditechdev/google-india-scholarship-android-basics-162a12655fbb?source=rss-98b118e01e0d------2</link>
            <guid isPermaLink="false">https://medium.com/p/162a12655fbb</guid>
            <category><![CDATA[udacity]]></category>
            <category><![CDATA[be-the-blessed-divine]]></category>
            <category><![CDATA[bangalore]]></category>
            <dc:creator><![CDATA[Aditya Anand]]></dc:creator>
            <pubDate>Mon, 14 May 2018 18:05:47 GMT</pubDate>
            <atom:updated>2023-05-06T06:39:16.712Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Dbl5fumr0YjsyMkJp2bthg.jpeg" /></figure><p><strong>About the writer.</strong></p><blockquote>Hi there, my name is Aditya Anand, and I am from Bangalore, India. I pursued engineering with a mechanical branch at CMRIT, Bangalore.</blockquote><blockquote>Although I was never a brilliant student, I have many other talents. I am an avid photographer, enjoy painting and sketching, and love to dance. Michael Jackson has always been my favorite dancer. Furthermore, I have a keen interest in coding, which led me to create my first website, a “Tribute to Michael Jackson,” where I began learning how to code.</blockquote><blockquote>My journey with Udacity began unexpectedly. I discovered Udacity a month after starting the course with zero apps, quizzes, and posts.</blockquote><blockquote>The middle part of the course was a bit of a struggle for me as I lagged behind everyone else. But I persevered, and eventually completed the course, submitted all my quizzes, contributed to collab and blogs, and made many friends along the way.</blockquote><blockquote>I want to express my gratitude to Udacity for providing me with such an incredible learning experience. It is the best website I have ever visited, and I feel incredibly fortunate to have been a part of it.</blockquote><blockquote>You can also find me on Twitter and LinkedIn @aditechdev.</blockquote><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=162a12655fbb" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>