<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tool | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/tool/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Fri, 16 Jan 2026 11:49:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>tool | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>Theming in Flutter &#8211; FlexColorScheme</title>
		<link>https://learncgames.com/theming-in-flutter-flexcolorscheme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=theming-in-flutter-flexcolorscheme</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Fri, 16 Jan 2026 11:49:36 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[tool]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=3490</guid>

					<description><![CDATA[<p>One of Flutter&#8217;s big strengths is its supports for theming;  you can define or change colours for every aspect of your UI but it can be a bit complicated. Now an open source project provides a way to simplify things. It&#8217;s called FlexColorScheme and is just superb. The image shows the playground where you can [&#8230;]</p>
The post <a href="https://learncgames.com/theming-in-flutter-flexcolorscheme/">Theming in Flutter – FlexColorScheme</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:1,&quot;href&quot;:&quot;https:\/\/docs.flexcolorscheme.com&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20251214234819\/http:\/\/docs.flexcolorscheme.com\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 10:24:11&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-09 20:32:52&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-12 22:29:03&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-15 23:58:17&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-19 00:36:09&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-22 07:12:21&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-25 20:38:54&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-01 00:31:22&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-04 11:50:42&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-07 20:39:11&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-10 21:05:28&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-14 05:40:02&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-17 11:20:37&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-20 15:28:40&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-23 21:53:43&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-27 05:09:35&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-30 19:05:45&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-03 03:10:24&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-06 11:00:20&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-06 11:00:20&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img fetchpriority="high" decoding="async" class="alignleft size-full wp-image-3491" src="https://learncgames.com/wp-content/uploads/2026/01/flexcolorscheme.png" alt="FlexColorScheme playground screenshot" width="650" height="333" srcset="https://learncgames.com/wp-content/uploads/2026/01/flexcolorscheme.png 650w, https://learncgames.com/wp-content/uploads/2026/01/flexcolorscheme-300x154.png 300w" sizes="(max-width: 650px) 100vw, 650px" />One of Flutter&#8217;s big strengths is its supports for theming;  you can define or change colours for every aspect of your UI but it can be a bit complicated. Now an open source project provides a way to simplify things. It&#8217;s called <a title="Libnk to FlexColorScheme docs" href="https://docs.flexcolorscheme.com/" target="_blank" rel="noopener">FlexColorScheme</a> and is just superb.</p>
<p>The image shows the playground where you can pick a scheme and see how the controls look.</p>
<p>The documentation includes an indepth look at theming. The FlexColorScheme is a Flutter widget and there&#8217;s link to the source code on GitHub.  It is highly recommended.</p>The post <a href="https://learncgames.com/theming-in-flutter-flexcolorscheme/">Theming in Flutter – FlexColorScheme</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3490</post-id>	</item>
	</channel>
</rss>
