<?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>TechStroke</title>
	<atom:link href="https://techstroke.com/feed" rel="self" type="application/rss+xml" />
	<link>https://techstroke.com</link>
	<description>Programming Tutorials - PHP/Python/C++/Java</description>
	<lastBuildDate>Thu, 23 Feb 2023 06:08:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2</generator>
	<item>
		<title>How to add asset image in Flutter</title>
		<link>https://techstroke.com/how-to-add-asset-image-in-flutter</link>
					<comments>https://techstroke.com/how-to-add-asset-image-in-flutter#respond</comments>
		
		<dc:creator><![CDATA[Siddhant Badola]]></dc:creator>
		<pubDate>Thu, 23 Feb 2023 06:08:57 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter-ui]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=74</guid>

					<description><![CDATA[In this article I will tell you step by step how to add an asset image in Flutter.]]></description>
		
					<wfw:commentRss>https://techstroke.com/how-to-add-asset-image-in-flutter/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to change package name or app name in Flutter.</title>
		<link>https://techstroke.com/how-to-change-package-name-or-app-name-in-flutter</link>
					<comments>https://techstroke.com/how-to-change-package-name-or-app-name-in-flutter#respond</comments>
		
		<dc:creator><![CDATA[Siddhant Badola]]></dc:creator>
		<pubDate>Thu, 23 Feb 2023 06:04:02 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter-ui]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=80</guid>

					<description><![CDATA[First, to change the app name, we have to simply go to AndroidManifest.xml file in the android folder and look for the android:label="&#60;app name>" property and change the name as per requirement. To change the package name, go to the app level Build.gradle and we&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://techstroke.com/how-to-change-package-name-or-app-name-in-flutter/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to restrict to number only keypad in Flutter.</title>
		<link>https://techstroke.com/how-to-restrict-to-number-only-keypad-in-flutter</link>
					<comments>https://techstroke.com/how-to-restrict-to-number-only-keypad-in-flutter#respond</comments>
		
		<dc:creator><![CDATA[Siddhant Badola]]></dc:creator>
		<pubDate>Fri, 29 Jul 2022 09:30:30 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter-ui]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=78</guid>

					<description><![CDATA[To restrict only numeric input keyboard we have to provide a single line of code in our TextField. It&#8217;s a parameter by the name of keyboardType: and we enter an enum of TextInputType. The complete code is given below:- We will get a numeric keyboard&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://techstroke.com/how-to-restrict-to-number-only-keypad-in-flutter/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create Toast/Snackbar in Flutter.</title>
		<link>https://techstroke.com/how-to-create-toast-snackbar-in-flutter</link>
					<comments>https://techstroke.com/how-to-create-toast-snackbar-in-flutter#respond</comments>
		
		<dc:creator><![CDATA[Siddhant Badola]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 21:35:10 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter-ui]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=82</guid>

					<description><![CDATA[Officially, Snackbars are the implementation of Toast messages in Flutter. Thus, we will show you how to create Snackbars in Flutter. Creating a Snackbar is simple in Flutter. Just like Navigation, we will require a ScaffoldState and we will use this to create the Snackbar.&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://techstroke.com/how-to-create-toast-snackbar-in-flutter/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to add border to a widget in Flutter</title>
		<link>https://techstroke.com/how-to-add-border-to-a-widget-in-flutter</link>
					<comments>https://techstroke.com/how-to-add-border-to-a-widget-in-flutter#respond</comments>
		
		<dc:creator><![CDATA[Siddhant Badola]]></dc:creator>
		<pubDate>Sat, 20 Feb 2021 02:43:24 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[dart]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter-ui]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=64</guid>

					<description><![CDATA[You can add a border to any widget in Flutter.All you have to do is to make Container widget as the parent of the target widget.The Container contains a decoration parameter which can be manipulated as per requirement.Suppose we have a Text widget like:- This&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://techstroke.com/how-to-add-border-to-a-widget-in-flutter/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create a custom round icon button similar to FloatingActionButton</title>
		<link>https://techstroke.com/how-to-create-a-custom-round-icon-button-similar-to-floatingactionbutton</link>
					<comments>https://techstroke.com/how-to-create-a-custom-round-icon-button-similar-to-floatingactionbutton#respond</comments>
		
		<dc:creator><![CDATA[Siddhant Badola]]></dc:creator>
		<pubDate>Wed, 02 Sep 2020 08:25:25 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter-ui]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=142</guid>

					<description><![CDATA[While FloatingActionButton always comes in handy when making a prominent icon button, sometimes we want to customize the button to suit our needs.For this we can use RawMaterialButton to get the customization we want.An example is given below:-]]></description>
		
					<wfw:commentRss>https://techstroke.com/how-to-create-a-custom-round-icon-button-similar-to-floatingactionbutton/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to add an image as background image in Flutter page/activity</title>
		<link>https://techstroke.com/how-to-add-an-image-as-background-image-in-flutter-page-activity</link>
					<comments>https://techstroke.com/how-to-add-an-image-as-background-image-in-flutter-page-activity#respond</comments>
		
		<dc:creator><![CDATA[Siddhant Badola]]></dc:creator>
		<pubDate>Wed, 02 Sep 2020 08:24:38 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter-ui]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=163</guid>

					<description><![CDATA[To add an image as background image in Flutter we can simply add the following code:- In the above code we use a Container() inside the Scaffold widget which gives us many customization options, one of which is decoration: parameter in which we will supply&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://techstroke.com/how-to-add-an-image-as-background-image-in-flutter-page-activity/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to show Progress Indicator for Async tasks in Flutter</title>
		<link>https://techstroke.com/how-to-show-progress-indicator-for-async-tasks-in-flutter</link>
					<comments>https://techstroke.com/how-to-show-progress-indicator-for-async-tasks-in-flutter#respond</comments>
		
		<dc:creator><![CDATA[Siddhant Badola]]></dc:creator>
		<pubDate>Tue, 28 Jul 2020 10:06:11 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter-ui]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=156</guid>

					<description><![CDATA[Today, we will be learning how to show the Progress Indicator while async tasks are performed in Flutter. Many times we require the progress indicator widget to show the user that a task is being performed, this makes sure the user does not get confused&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://techstroke.com/how-to-show-progress-indicator-for-async-tasks-in-flutter/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to convert String to List in Flutter</title>
		<link>https://techstroke.com/how-to-convert-string-to-list-in-flutter</link>
					<comments>https://techstroke.com/how-to-convert-string-to-list-in-flutter#respond</comments>
		
		<dc:creator><![CDATA[Siddhant Badola]]></dc:creator>
		<pubDate>Sat, 25 Jul 2020 20:49:57 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[dart]]></category>
		<category><![CDATA[dart-lists]]></category>
		<category><![CDATA[dart-strings]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter-lists]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=38</guid>

					<description><![CDATA[There are cases when we need to break down the string into smaller parts and store them individually.We can achieve this by simply passing the .split() function to the string.Syntax for this looks like:- Here &#60;String variable&#62; is variable of type String and &#60;separator&#62; is&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://techstroke.com/how-to-convert-string-to-list-in-flutter/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Type casting operators in C++</title>
		<link>https://techstroke.com/type-casting-operators-in-c</link>
					<comments>https://techstroke.com/type-casting-operators-in-c#respond</comments>
		
		<dc:creator><![CDATA[Navneet Kumar]]></dc:creator>
		<pubDate>Sat, 18 Jul 2020 15:56:25 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[dynamic_cast]]></category>
		<category><![CDATA[operators]]></category>
		<category><![CDATA[static_cast]]></category>
		<category><![CDATA[typecasting]]></category>
		<guid isPermaLink="false">https://techstroke.com/?p=133</guid>

					<description><![CDATA[To convert an expression of a given type into another is known as type-casting. There are basically two types of type conversion: Implicit Type Conversion Explicit Type Conversion Casting operators comes under Explicit type conversion, in order to control the types of conversion between C++&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://techstroke.com/type-casting-operators-in-c/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 76/78 objects using redis
Page Caching using redis (Page is feed) 
Lazy Loading (feed)
Database Caching 12/13 queries in 0.004 seconds using redis

Served from: techstroke.com @ 2023-05-13 19:30:49 by W3 Total Cache
-->