<?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>Techy Panther</title>
	<atom:link href="https://techypanther.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://techypanther.com</link>
	<description>Mobile App development</description>
	<lastBuildDate>Thu, 14 Mar 2024 10:29:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://techypanther.com/wp-content/uploads/2022/05/cropped-panther-face-32x32.png</url>
	<title>Techy Panther</title>
	<link>https://techypanther.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>3 Things to Know About Flutter Web Before Choosing It for Your Business</title>
		<link>https://techypanther.com/3-things-to-know-about-flutter-web-before-choosing-it-for-your-business/</link>
					<comments>https://techypanther.com/3-things-to-know-about-flutter-web-before-choosing-it-for-your-business/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 16 Jan 2024 08:57:44 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=9011</guid>

					<description><![CDATA[<p>3 Things to Know About Flutter Web Before Choosing It for Your Business January 16, 2024 Introduction Flutter 3.16 is here, bringing in some cool stuff! There&#8217;s Impeller in preview mode and Predictive Back Navigation for Android 14. Plus, now you can use Flutter widgets in certain iOS extensions. Game developers will love the updates in the Flutter Games Toolkit. This is the last big update of the year, focused on speeding up our development and making our projects better. Let&#8217;s check out the important new features in Flutter 3.16. The answer is yes. Flutter Web officially launched in March 2020 and increased Flutter&#8217;s capability by adding another platform to build the web using the same Flutter code used by the developer for mobile application development. Right now, Flutter is mature enough to build almost everything for web applications. While Flutter Web holds immense potential, it&#8217;s important to understand its limitations before diving into its development. Here are three key things to consider before choosing Flutter Web for your next product: 1. SEO Considerations: To get more organic traffic to your website, search engine optimization, or SEO, is necessary. Although search engines can analyze Flutter Web apps, there may be difficulties because of their unconventional structure. Content such as articles or blog posts, for instance, may be difficult to index, which may affect how visible your website is in search results. Furthermore, using Flutter can make it more difficult to integrate web-specific capabilities like structured data and metadescriptions. 2. Performance: The speed of traditional web apps developed with HTML, CSS, and JavaScript is not matched by Flutter web apps. This is because Flutter apps use a virtual machine to render their user interface, adding a processing layer. Because of the size of the required JavaScript bundle, Flutter Web apps can take longer to load initially. Nevertheless, this problem can be significantly minimized with savvy code splitting and caching techniques. 3. Plugin Ecosystem: One of Flutter&#8217;s most significant assets is its vast ecosystem of plugins. However, each plugin has a website counterpart, and those that do might not provide complete compatibility with their mobile equivalents. This may restrict the online functionality of your app. Additionally, Flutter Web does not currently support all web-specific APIs, which might limit your ability to take advantage of some features. Beyond the Limitations: Despite these considerations, Flutter Web has several advantages: Unified codebase: Save time and resources by developing your app only once and deploying it to desktop, web, and mobile platforms. Beautiful and expressive user interfaces: Flutter&#8217;s reactive framework makes it possible to design gorgeous and dynamic user interfaces. Quicker development: immediate code iteration is made possible by hot reload, which speeds up the development process. Huge and dynamic community: Flutter has a growing developer community that is always producing new resources and plugins. Not every web solution needs to have a unique plugin, SEO, or high performance. Let&#8217;s use an example. Let&#8217;s say you are developing a solution for internal use. Such as CRM, LMS, POS Systems, Employee Management Systems, Inventory Management, Admin, or a different product that monitors revenue growth, etc. So, let’s understand when and how to overcome the above three limitations of Flutter Web. 1. SEO Considerations: If the data is not part of the SEO services at that time, you can use the Flutter web app. How? Data is used in SEO services such as real estate listings and e-commerce. Here, your properties and product data can be searched by the users, which helps increase the visibility of your platform. Here, the Flutter web app is not for your business. Data is not part of SEO services such as CRM, LMS, Inventory Management System, etc. These data are not shared for public use; they&#8217;re for personal or internal use. So, in that case, data is not part of the SEO services, and you can use the Flutter Web App for your business. Provide a provision for the user to redirect to the Flutter Web applications from your informative website, which has the capability of SEO services and is built using WordPress, React, or any other technologies. How? For products like CRM, EMS, Inventory management systems, etc., you can create an informative website with all SEO content, like a Home page with Services, Portfolio, Client feedback, and Blogs, and this content helps to give more reach to your platform. But when customers reach your website and try to log in or onboard themselves, you can redirect them to the Flutter web app to use your business services. The login and registration buttons will redirect the user to the Flutter web app, which is a good example of it. 2. Performance: Flutter takes time to load the very first time when it executes its whole package in the browser. However, once it is executed and cached by the browser, it runs faster than the other web apps because of the internal navigation system and preloaded content. If you are building a web solution for internal use purposes and the pre-loading process suits your business, In that case, Flutter Web is good for your business. Plugin and Echosystem: Flutter is mature enough for the mobile app, but the Flutter web is still growing. 78% of plugins from all the Flutter plugins (https://pub.dev) are supported by Flutter Web, and those not supported are related to hardware. Third-party service plugins are not supported because the service provider does not write them for the developers. Only a few of them have generic issues, like the fact that iFram is not supported by the Flutter web using WebView. If the developer has strong knowledge about web development and Flutter development, then using Platform Channel, they can write a plugin for the Flutter web app and start to use it. Note: I have delivered 12+ Flutter web apps since March 2020. Every time, provided a solution by solving the Flutter web limitations. Conclusion: So, for your next product, should you go with Flutter Web? It depends. You</p>
<p>The post <a href="https://techypanther.com/3-things-to-know-about-flutter-web-before-choosing-it-for-your-business/">3 Things to Know About Flutter Web Before Choosing It for Your Business</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="9011" class="elementor elementor-9011">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-336f770 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="336f770" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-db16219" data-id="db16219" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-59f30d6 elementor-widget elementor-widget-spacer" data-id="59f30d6" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-39f2777 elementor-widget elementor-widget-heading" data-id="39f2777" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">3 Things to Know About Flutter Web Before Choosing It for Your Business</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d5e5c45 wpr-post-info-align-center elementor-widget elementor-widget-wpr-post-info" data-id="d5e5c45" data-element_type="widget" data-e-type="widget" data-widget_type="wpr-post-info.default">
				<div class="elementor-widget-container">
					<ul class="wpr-post-info wpr-post-info-vertical"><li class="wpr-post-info-taxonomy"></li><li class="wpr-post-info-date"><span class="wpr-post-info-text"><i aria-hidden="true" class="far fa-calendar-alt"></i></span><span>January 16, 2024</span></li></ul>				</div>
				</div>
				<div class="elementor-element elementor-element-ed54771 elementor-widget elementor-widget-spacer" data-id="ed54771" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1517d7e elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1517d7e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-wider">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c29bb02" data-id="c29bb02" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c700c10 elementor-widget elementor-widget-image" data-id="c700c10" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="1277" height="720" src="https://techypanther.com/wp-content/uploads/2024/01/1705064781771-1.png" class="attachment-full size-full wp-image-9016" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-ed8a69b elementor-widget elementor-widget-heading" data-id="ed8a69b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Introduction</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-58aa587 elementor-widget elementor-widget-text-editor" data-id="58aa587" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Flutter 3.16 is here, bringing in some cool stuff! There&#8217;s Impeller in preview mode and Predictive Back Navigation for Android 14. Plus, now you can use Flutter widgets in certain iOS extensions. Game developers will love the updates in the Flutter Games Toolkit. This is the last big update of the year, focused on speeding up our development and making our projects better. Let&#8217;s check out the important new features in Flutter 3.16.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-dbf11a8 elementor-widget elementor-widget-heading" data-id="dbf11a8" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The answer is yes.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a62252b elementor-widget elementor-widget-text-editor" data-id="a62252b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p id="ember365" class="ember-view reader-content-blocks__paragraph">Flutter Web officially launched in March 2020 and increased Flutter&#8217;s capability by adding another platform to build the web using the same Flutter code used by the developer for mobile application development. Right now, Flutter is mature enough to build almost everything for web applications. While Flutter Web holds immense potential, it&#8217;s important to understand its limitations before diving into its development.</p><p id="ember366" class="ember-view reader-content-blocks__paragraph">Here are three key things to consider before choosing Flutter Web for your next product:</p>								</div>
				</div>
				<div class="elementor-element elementor-element-5474b15 elementor-widget elementor-widget-heading" data-id="5474b15" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">1. SEO Considerations:</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ed970a6 elementor-widget elementor-widget-text-editor" data-id="ed970a6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>To get more organic traffic to your website, search engine optimization, or SEO, is necessary. Although search engines can analyze Flutter Web apps, there may be difficulties because of their unconventional structure.</li></ul><p>Content such as articles or blog posts, for instance, may be difficult to index, which may affect how visible your website is in search results. Furthermore, using Flutter can make it more difficult to integrate web-specific capabilities like structured data and metadescriptions.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-f895cd1 elementor-widget elementor-widget-heading" data-id="f895cd1" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">2. Performance:</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c424f65 elementor-widget elementor-widget-text-editor" data-id="c424f65" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>The speed of traditional web apps developed with HTML, CSS, and JavaScript is not matched by Flutter web apps. This is because Flutter apps use a virtual machine to render their user interface, adding a processing layer.</li><li>Because of the size of the required JavaScript bundle, Flutter Web apps can take longer to load initially. Nevertheless, this problem can be significantly minimized with savvy code splitting and caching techniques.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-dcaf775 elementor-widget elementor-widget-heading" data-id="dcaf775" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">3. Plugin Ecosystem:</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2b89ac0 elementor-widget elementor-widget-text-editor" data-id="2b89ac0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>One of Flutter&#8217;s most significant assets is its vast ecosystem of plugins. However, each plugin has a website counterpart, and those that do might not provide complete compatibility with their mobile equivalents. This may restrict the online functionality of your app.</li><li>Additionally, Flutter Web does not currently support all web-specific APIs, which might limit your ability to take advantage of some features.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-681b9f0 elementor-widget elementor-widget-heading" data-id="681b9f0" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Beyond the Limitations:</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-32f4657 elementor-widget elementor-widget-text-editor" data-id="32f4657" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p id="ember57" class="ember-view reader-content-blocks__paragraph"><span style="color: rgba(0, 0, 0, 0.9); font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 20px; text-align: start;">Despite these considerations, Flutter Web has several advantages:</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-9423ca5 elementor-widget elementor-widget-text-editor" data-id="9423ca5" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><strong>Unified codebase: </strong>Save time and resources by developing your app only once and deploying it to desktop, web, and mobile platforms.</li><li><strong>Beautiful and expressive user interfaces: </strong>Flutter&#8217;s reactive framework makes it possible to design gorgeous and dynamic user interfaces.</li><li>Quicker development: immediate code iteration is made possible by hot reload, which speeds up the development process.</li><li><strong>Huge and dynamic community: </strong>Flutter has a growing developer community that is always producing new resources and plugins.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-0439d5d elementor-widget elementor-widget-text-editor" data-id="0439d5d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Not every web solution needs to have a unique plugin, SEO, or high performance. Let&#8217;s use an example. Let&#8217;s say you are developing a solution for internal use. Such as CRM, LMS, POS Systems, Employee Management Systems, Inventory Management, Admin, or a different product that monitors revenue growth, etc.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-57faa03 elementor-widget elementor-widget-heading" data-id="57faa03" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">So, let’s understand when and how to overcome the above three limitations of Flutter Web.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-30b008b elementor-widget elementor-widget-heading" data-id="30b008b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">1. SEO Considerations:</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-83ac8f0 elementor-widget elementor-widget-text-editor" data-id="83ac8f0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>If the data is not part of the SEO services at that time, you can use the Flutter web app. How?</p><p><strong>Data is used in SEO services</strong> such as real estate listings and e-commerce. Here, your properties and product data can be searched by the users, which helps increase the visibility of your platform. Here, the Flutter web app is not for your business.</p><p><strong>Data is not part of SEO services </strong>such as CRM, LMS, Inventory Management System, etc. These data are not shared for public use; they&#8217;re for personal or internal use. So, in that case, data is not part of the SEO services, and you can use the Flutter Web App for your business.</p><p>Provide a provision for the user to redirect to the Flutter Web applications from your informative website, which has the capability of SEO services and is built using WordPress, React, or any other technologies. How?</p><p>For products like CRM, EMS, Inventory management systems, etc., you can create an informative website with all SEO content, like a Home page with Services, Portfolio, Client feedback, and Blogs, and this content helps to give more reach to your platform. But when customers reach your website and try to log in or onboard themselves, you can redirect them to the Flutter web app to use your business services. The login and registration buttons will redirect the user to the Flutter web app, which is a good example of it.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-bb57f94 elementor-widget elementor-widget-heading" data-id="bb57f94" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">2. Performance:</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0049e75 elementor-widget elementor-widget-text-editor" data-id="0049e75" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Flutter takes time to load the very first time when it executes its whole package in the browser. However, once it is executed and cached by the browser, it runs faster than the other web apps because of the internal navigation system and preloaded content.</li><li>If you are building a web solution for internal use purposes and the pre-loading process suits your business, In that case, Flutter Web is good for your business.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-b099680 elementor-widget elementor-widget-heading" data-id="b099680" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Plugin and Echosystem:</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-5536ea9 elementor-widget elementor-widget-text-editor" data-id="5536ea9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Flutter is mature enough for the mobile app, but the Flutter web is still growing. 78% of plugins from all the Flutter plugins (<a class="app-aware-link " href="https://pub.dev/" target="_self" data-test-app-aware-link="">https://pub.dev</a>) are supported by Flutter Web, and those not supported are related to hardware. Third-party service plugins are not supported because the service provider does not write them for the developers. Only a few of them have generic issues, like the fact that iFram is not supported by the Flutter web using WebView.</li><li>If the developer has strong knowledge about web development and Flutter development, then using Platform Channel, they can write a plugin for the Flutter web app and start to use it.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-1cbbbd8 elementor-widget elementor-widget-heading" data-id="1cbbbd8" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Note: I have delivered 12+ Flutter web apps since March 2020. Every time, provided a solution by solving the Flutter web limitations.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-cc83127 elementor-widget elementor-widget-heading" data-id="cc83127" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Conclusion:</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6235595 elementor-widget elementor-widget-text-editor" data-id="6235595" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><p id="ember391" class="ember-view reader-content-blocks__paragraph">So, for your next product, should you go with Flutter Web? It depends. You might be better off with other technologies if SEO and performance are your main concerns. Flutter Web, however, can be an effective tool if you place a high value on a unified codebase, an expressive user interface, and quick development.</p><p id="ember392" class="ember-view reader-content-blocks__paragraph">The choice ultimately comes down to carefully balancing the benefits and drawbacks within the framework of your unique project requirements.</p></li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-1feedaf elementor-widget elementor-widget-heading" data-id="1feedaf" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Recall that there isn't a universal solution. You can decide if Flutter Web is the best option for your product development journey by being aware of its advantages and disadvantages.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a8c4d8f elementor-widget elementor-widget-text-editor" data-id="a8c4d8f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><p id="ember394" class="ember-view reader-content-blocks__paragraph">I hope you found this article useful! Please feel free to ask any questions in the comments section below.</p><p id="ember395" class="ember-view reader-content-blocks__paragraph">Let&#8217;s connect to build a Flutter ecosystem for your next projects.</p></li></ul>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/3-things-to-know-about-flutter-web-before-choosing-it-for-your-business/">3 Things to Know About Flutter Web Before Choosing It for Your Business</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://techypanther.com/3-things-to-know-about-flutter-web-before-choosing-it-for-your-business/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>TradeBar</title>
		<link>https://techypanther.com/tradebar/</link>
					<comments>https://techypanther.com/tradebar/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 12:19:37 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=8985</guid>

					<description><![CDATA[<p>TradeBar TradeBar™, known as the TradeBar Investment Calculator, stands as a groundbreaking application designed to empower traders and investors with a comprehensive suite of powerful tools. This meticulously crafted app provides a user-friendly interface that seamlessly integrates a wide range of features, making it the go-to platform for informed decision-making in the dynamic realms of stocks and cryptocurrencies. Key Features Asset Integration: Seamlessly attach any stock or crypto asset to any calculator. Watchlists: Organize and track favorite stocks and crypto assets effortlessly. Alerts: Receive live market signals and up-to-the-minute trading insights. Robust Search: Easily find Nasdaq, NYSE, OTC, and Cryptocurrency assets using the powerful search feature. Multiple Calculators: Contains multiple calculators such as position, profit, fibonacci and average calcualtor to manage users portfolio Interactive Historical Charts:Analyze historical data for a more comprehensive understanding of trends. Live Prices: Stay informed with real-time, tick-by-tick updates through live websocket feed. Solutions / Technologies Flutter 3.13.0 Socket.io Firebase Business Requirements Implement a feature to fetch live prices and historical data for both stocks and cryptocurrencies Users must have the capability to set alerts for fluctuations in asset prices. Enable users to easily manage their assets by adding them to a watchlist within the application. Incorporate multiple calculators within the app, including Fibonacci, Profit, and Average calculators for diverse financial analysis. Implement in-app purchase functionality using Catrevenue for three distinct subscription types, providing users with access to premium features and enhanced value. Challenges Faced Designing a custom chart to visually represent the price history of assets, incorporating different styles to meet user preferences. Overcoming the complexities of chart customization to ensure a seamless and aesthetically pleasing user experience. Implementing a robust system to send real-time alerts to users when there is a change in the price of an asset they have added to their alert list. Download Case Study</p>
<p>The post <a href="https://techypanther.com/tradebar/">TradeBar</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="8985" class="elementor elementor-8985">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-1aa7da4 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1aa7da4" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-915d81c" data-id="915d81c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0663531 elementor-widget elementor-widget-spacer" data-id="0663531" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8f9b2a3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8f9b2a3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-79245be" data-id="79245be" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-921ab0c elementor-widget elementor-widget-heading" data-id="921ab0c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">TradeBar</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-14c5570 animated-fast elementor-widget elementor-widget-text-editor" data-id="14c5570" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">TradeBar<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />, known as the TradeBar Investment Calculator, stands as a groundbreaking application designed to empower traders and investors with a comprehensive suite of powerful tools. This meticulously crafted app provides a user-friendly interface that seamlessly integrates a wide range of features, making it the go-to platform for informed decision-making in the dynamic realms of stocks and cryptocurrencies.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ef5a700" data-id="ef5a700" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7479721 elementor-widget elementor-widget-image" data-id="7479721" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://techypanther.com/wp-content/uploads/2023/12/Group-81448-1.png" title="Group 81448 (1)" alt="Group 81448 (1)" loading="lazy" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-d8ba668 elementor-widget elementor-widget-spacer" data-id="d8ba668" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4f842ce elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4f842ce" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2600 131.1" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0 0L2600 0 2600 69.1 0 0z"/>
	<path class="elementor-shape-fill" style="opacity:0.5" d="M0 0L2600 0 2600 69.1 0 69.1z"/>
	<path class="elementor-shape-fill" style="opacity:0.25" d="M2600 0L0 0 0 130.1 2600 69.1z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1a54bd1" data-id="1a54bd1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ef0ccaf elementor-widget elementor-widget-heading" data-id="ef0ccaf" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Key Features</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-35325e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="35325e5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4f7fd72" data-id="4f7fd72" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0d4534e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="0d4534e" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2de0fcd" data-id="2de0fcd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c0cd2b6 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="c0cd2b6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Asset Integration: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Seamlessly attach any stock or crypto asset to any calculator.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-bb2a0dd elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="bb2a0dd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a5b517b" data-id="a5b517b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-eade5de elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="eade5de" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-02a6549" data-id="02a6549" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2521559 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="2521559" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Watchlists: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Organize and track favorite stocks and crypto assets effortlessly.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-df4fb1e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="df4fb1e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-af5528c" data-id="af5528c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-191c1cd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="191c1cd" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-35c49d0" data-id="35c49d0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-51bde6f animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="51bde6f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Alerts: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Receive live market signals and up-to-the-minute trading insights.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d38c06f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="d38c06f" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4d0d6ec" data-id="4d0d6ec" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-01bf993 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="01bf993" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-16a548b" data-id="16a548b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-68f914f animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="68f914f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Robust Search: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Easily find Nasdaq, NYSE, OTC, and Cryptocurrency assets using the powerful search feature.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-3a4445e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="3a4445e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9c3019c" data-id="9c3019c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-11ecf56 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="11ecf56" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-834eec1" data-id="834eec1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-28fc317 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="28fc317" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Multiple Calculators: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Contains multiple calculators such as position, profit, fibonacci and average calcualtor to manage users portfolio</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-b919764 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="b919764" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-31f138a" data-id="31f138a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-45c9d79 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="45c9d79" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5431fe4" data-id="5431fe4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3f57645 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="3f57645" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Interactive Historical Charts:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Analyze historical data for a more comprehensive understanding of trends.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-2d059a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="2d059a5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e1c849c" data-id="e1c849c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-09f2f58 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="09f2f58" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2c4a178" data-id="2c4a178" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-47b8d8c animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="47b8d8c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Live Prices: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Stay informed with real-time, tick-by-tick updates through live websocket feed.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-ff395f5 elementor-widget elementor-widget-heading" data-id="ff395f5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Solutions / Technologies </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6cb2991 elementor-widget elementor-widget-spacer" data-id="6cb2991" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c062817 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c062817" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Flutter 3.13.0</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Socket.io</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Firebase</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-81cfc0a elementor-widget elementor-widget-spacer" data-id="81cfc0a" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a803ddd" data-id="a803ddd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bb6a1f2 elementor-widget elementor-widget-spacer" data-id="bb6a1f2" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-e53679e elementor-widget elementor-widget-image-carousel" data-id="e53679e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Tradebar3-1.png" alt="Tradebar3 (1)" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Tradebar4-1.png" alt="Tradebar4 (1)" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Tradebar11-1.png" alt="Tradebar11 (1)" /></figure></div>			</div>
							
									</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f4b7d55 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f4b7d55" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f18861c" data-id="f18861c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4a52ee9 elementor-widget elementor-widget-image" data-id="4a52ee9" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://apps.apple.com/in/app/tradebar-investment-calculator/id6446615591">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-649.png" class="attachment-large size-large wp-image-4170" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b226ba1" data-id="b226ba1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6e51a92 elementor-widget elementor-widget-image" data-id="6e51a92" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://play.google.com/store/apps/details?id=com.calculabs.tradebar">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-646.png" class="attachment-large size-large wp-image-4168" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-b0c5e6d elementor-widget elementor-widget-spacer" data-id="b0c5e6d" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0e31f6e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="0e31f6e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-86684ec" data-id="86684ec" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ce893e8 elementor-widget elementor-widget-heading" data-id="ce893e8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Business Requirements</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4054341 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4054341" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2fda114" data-id="2fda114" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-986e8be elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="986e8be" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7f14c19" data-id="7f14c19" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4308cf4 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="4308cf4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Implement a feature to fetch live prices and historical data for both stocks and cryptocurrencies</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6cf6cea elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6cf6cea" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1abf246" data-id="1abf246" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e6ea632 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e6ea632" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-29bfe3a" data-id="29bfe3a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3c88f9e animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="3c88f9e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Users must have the capability to set alerts for fluctuations in asset prices.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e0d43de elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e0d43de" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b339d8d" data-id="b339d8d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b6ee53c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b6ee53c" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7680dae" data-id="7680dae" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2a00ffd animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="2a00ffd" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Enable users to easily manage their assets by adding them to a watchlist within the application.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ecf988b elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="ecf988b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2b19d6b" data-id="2b19d6b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-40033d0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="40033d0" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-63ab8e1" data-id="63ab8e1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8b8ab75 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="8b8ab75" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Incorporate multiple calculators within the app, including Fibonacci, Profit, and Average calculators for diverse financial analysis.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-95eb451 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="95eb451" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8a7def1" data-id="8a7def1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e19d35f elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e19d35f" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-de41796" data-id="de41796" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f974a98 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="f974a98" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Implement in-app purchase functionality using Catrevenue for three distinct subscription types, providing users with access to premium features and enhanced value.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d2011ba" data-id="d2011ba" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-de62916 elementor-widget elementor-widget-heading" data-id="de62916" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Challenges Faced</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-131bcc3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="131bcc3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2a0d5fc" data-id="2a0d5fc" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2ad11c2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="2ad11c2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-048ff40" data-id="048ff40" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a96b650 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="a96b650" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Designing a custom chart to visually represent the price history of assets, incorporating different styles to meet user preferences.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-09f0714 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="09f0714" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cfbe64d" data-id="cfbe64d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bc8a8cf elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bc8a8cf" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f267bd0" data-id="f267bd0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-126298b animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="126298b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Overcoming the complexities of chart customization to ensure a seamless and aesthetically pleasing user experience.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8e15ad3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8e15ad3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e4f41d1" data-id="e4f41d1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62441c1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="62441c1" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e1c2c6c" data-id="e1c2c6c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1300972 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="1300972" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Implementing a robust system to send real-time alerts to users when there is a change in the price of an asset they have added to their alert list.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1e55f9e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1e55f9e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e974b93" data-id="e974b93" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1d2447d elementor-align-center elementor-widget elementor-widget-button" data-id="1d2447d" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://drive.google.com/file/d/1LHfxQwsPTGx4ANkbp3ve4-d2Ndu-HGwA/view?usp=sharing" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download Case Study</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/tradebar/">TradeBar</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://techypanther.com/tradebar/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sabika Gold</title>
		<link>https://techypanther.com/sabika-gold/</link>
					<comments>https://techypanther.com/sabika-gold/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 12:18:53 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=8980</guid>

					<description><![CDATA[<p>Sabika Gold Sabika Gold is a comprehensive platform designed to facilitate the seamless TRADING OF GOLD, with a range of features catering to both users and administrators. Whether you&#8217;re an individual looking to invest in or sell gold, or an administrator responsible for overseeing this dynamic marketplace, Sabika Gold has you covered. Key Features Users can review their recent transactions for gold purchases and sales, allowing them to keep a detailed record of their investment activities, monitor performance, and maintain transparency in their trading operations. The platform is accessible through both web and mobile app versions, providing users with the flexibility to access the service from a variety of devices, whether they prefer the convenience of a mobile app or the versatility of a web interface. Charts empower users to analyze past performance and trends to make informed investment decisions. Solutions / Technologies Flutter version 3.10.5 Node js 18.17.0 Socket.io 4.7.1 Mongo DB 6.0 AWS ec2 Business Requirements Gold Trading Functionality: Users should be able to buy and sell gold using the application, with real-time live gold prices. Gold Price History Graph: Display a graph that shows the price history of gold over various timeframes, including 24 hours, one week, one month, and one year. Payment Gateway: Integrate a user-friendly payment gateway to facilitate easy payments when users purchase or subscribe to gold through the application. Profile Verification: The system should verify all the registered user by validating their National ID proofs like Passport, Citizenship, etc. User Analytics: Track and display statistics such as the number of new users, total users, and daily revenue and profit generated from gold trading operations. Challenges Faced Implementing real-time gold price updates using technologies like Socket.io can be challenging. Ensuring that data is delivered promptly, accurately, and reliably to all users can be technically complex. Managing and displaying gold price history graph data for various timeframes, such as 24-hour, weekly, monthly, and yearly, can pose technical challenges. Opening a payment webview in Flutter web is a complex task, but we successfully achieved this by launching the payment view in a new window. After a successful payment, we implemented automatic window closure for a seamless user experience. Download Case Study</p>
<p>The post <a href="https://techypanther.com/sabika-gold/">Sabika Gold</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="8980" class="elementor elementor-8980">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-1aa7da4 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1aa7da4" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-915d81c" data-id="915d81c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0663531 elementor-widget elementor-widget-spacer" data-id="0663531" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8f9b2a3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8f9b2a3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-79245be" data-id="79245be" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-921ab0c elementor-widget elementor-widget-heading" data-id="921ab0c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Sabika Gold</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-14c5570 animated-fast elementor-widget elementor-widget-text-editor" data-id="14c5570" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Sabika Gold is a comprehensive platform designed to facilitate the seamless </span><span class="OYPEnA text-decoration-none text-strikethrough-none">TRADING OF GOLD</span><span class="OYPEnA text-decoration-none text-strikethrough-none">, with a range of features catering to both users and administrators. Whether you&#8217;re an individual looking to invest in or sell gold, or an administrator responsible for overseeing this dynamic marketplace, Sabika Gold has you covered.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ef5a700" data-id="ef5a700" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7479721 elementor-widget elementor-widget-image" data-id="7479721" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://techypanther.com/wp-content/uploads/2023/12/Group-81442-1.png" title="Group 81442 (1)" alt="Group 81442 (1)" loading="lazy" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-d8ba668 elementor-widget elementor-widget-spacer" data-id="d8ba668" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4f842ce elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4f842ce" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2600 131.1" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0 0L2600 0 2600 69.1 0 0z"/>
	<path class="elementor-shape-fill" style="opacity:0.5" d="M0 0L2600 0 2600 69.1 0 69.1z"/>
	<path class="elementor-shape-fill" style="opacity:0.25" d="M2600 0L0 0 0 130.1 2600 69.1z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1a54bd1" data-id="1a54bd1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ef0ccaf elementor-widget elementor-widget-heading" data-id="ef0ccaf" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Key Features</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-35325e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="35325e5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4f7fd72" data-id="4f7fd72" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0d4534e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="0d4534e" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2de0fcd" data-id="2de0fcd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c0cd2b6 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="c0cd2b6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Users can review their recent transactions for gold purchases and sales, allowing them to keep a detailed record of their investment activities, monitor performance, and maintain transparency in their trading operations.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-bb2a0dd elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="bb2a0dd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a5b517b" data-id="a5b517b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-eade5de elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="eade5de" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-02a6549" data-id="02a6549" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2521559 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="2521559" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">The platform is accessible through both web and mobile app versions, providing users with the flexibility to access the service from a variety of devices, whether they prefer the convenience of a mobile app or the versatility of a web interface.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ac3adb1 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="ac3adb1" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cd66fa8" data-id="cd66fa8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ad07379 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ad07379" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fea0cf3" data-id="fea0cf3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7c598e5 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="7c598e5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Charts empower users to analyze past performance and trends to make informed investment decisions.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-ff395f5 elementor-widget elementor-widget-heading" data-id="ff395f5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Solutions / Technologies </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6cb2991 elementor-widget elementor-widget-spacer" data-id="6cb2991" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c062817 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c062817" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Flutter version 3.10.5</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Node js 18.17.0</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Socket.io 4.7.1</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Mongo DB 6.0</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">AWS ec2</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-81cfc0a elementor-widget elementor-widget-spacer" data-id="81cfc0a" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a803ddd" data-id="a803ddd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bb6a1f2 elementor-widget elementor-widget-spacer" data-id="bb6a1f2" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-e53679e elementor-widget elementor-widget-image-carousel" data-id="e53679e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Sabikahome.png" alt="Sabikahome" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Sabika2.png" alt="Sabika2" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Sabika3.png" alt="Sabika3" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Sabika1.png" alt="Sabika1" /></figure></div>			</div>
							
									</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f4b7d55 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f4b7d55" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f18861c" data-id="f18861c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4a52ee9 elementor-widget elementor-widget-image" data-id="4a52ee9" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://apps.apple.com/in/app/sabika-gold/id6463126596">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-649.png" class="attachment-large size-large wp-image-4170" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b226ba1" data-id="b226ba1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6e51a92 elementor-widget elementor-widget-image" data-id="6e51a92" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://play.google.com/store/apps/details?id=sabikagold.buy.sell">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-646.png" class="attachment-large size-large wp-image-4168" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-b0c5e6d elementor-widget elementor-widget-spacer" data-id="b0c5e6d" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0e31f6e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="0e31f6e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-86684ec" data-id="86684ec" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ce893e8 elementor-widget elementor-widget-heading" data-id="ce893e8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Business Requirements</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4054341 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4054341" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2fda114" data-id="2fda114" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-986e8be elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="986e8be" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7f14c19" data-id="7f14c19" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4308cf4 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="4308cf4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Gold Trading Functionality:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Users should be able to </span><span class="OYPEnA text-decoration-none text-strikethrough-none">buy and sell</span><span class="OYPEnA text-decoration-none text-strikethrough-none"> gold using the application, with real-time live gold prices.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6cf6cea elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6cf6cea" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1abf246" data-id="1abf246" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e6ea632 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e6ea632" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-29bfe3a" data-id="29bfe3a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3c88f9e animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="3c88f9e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Gold Price History Graph:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Display a </span><span class="OYPEnA text-decoration-none text-strikethrough-none">graph</span><span class="OYPEnA text-decoration-none text-strikethrough-none"> that shows the </span><span class="OYPEnA text-decoration-none text-strikethrough-none">price history of gold </span><span class="OYPEnA text-decoration-none text-strikethrough-none">over various timeframes, including 24 hours, one week, one month, and one year.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e0d43de elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e0d43de" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b339d8d" data-id="b339d8d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b6ee53c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b6ee53c" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7680dae" data-id="7680dae" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2a00ffd animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="2a00ffd" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Payment Gateway:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Integrate a user-friendly </span><span class="OYPEnA text-decoration-none text-strikethrough-none">payment gateway</span><span class="OYPEnA text-decoration-none text-strikethrough-none"> to facilitate easy payments when users</span><span class="OYPEnA text-decoration-none text-strikethrough-none"> purchase or subscribe</span><span class="OYPEnA text-decoration-none text-strikethrough-none"> to gold through the application.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f009cf5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f009cf5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-20ea9bf" data-id="20ea9bf" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9bbe189 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="9bbe189" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bbd0440" data-id="bbd0440" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bdf4593 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="bdf4593" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Profile Verification:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> The system should </span><span class="OYPEnA text-decoration-none text-strikethrough-none">verify all the registered user</span><span class="OYPEnA text-decoration-none text-strikethrough-none"> by validating their National ID proofs like Passport, Citizenship, etc.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-2b3d940 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="2b3d940" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-203437f" data-id="203437f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bf5be16 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bf5be16" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c7a73eb" data-id="c7a73eb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dabf014 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="dabf014" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">User Analytics:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Track and display statistics such as the number of new users, total users, and daily revenue and profit generated from gold trading operations.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d2011ba" data-id="d2011ba" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-de62916 elementor-widget elementor-widget-heading" data-id="de62916" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Challenges Faced</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-131bcc3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="131bcc3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2a0d5fc" data-id="2a0d5fc" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2ad11c2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="2ad11c2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-048ff40" data-id="048ff40" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a96b650 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="a96b650" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Implementing real-time gold price updates using technologies like Socket.io can be challenging. Ensuring that data is delivered promptly, accurately, and reliably to all users can be technically complex.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-09f0714 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="09f0714" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cfbe64d" data-id="cfbe64d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bc8a8cf elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bc8a8cf" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f267bd0" data-id="f267bd0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-126298b animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="126298b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Managing and displaying gold price history graph data for various timeframes, such as 24-hour, weekly, monthly, and yearly, can pose technical challenges.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8e15ad3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8e15ad3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e4f41d1" data-id="e4f41d1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62441c1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="62441c1" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e1c2c6c" data-id="e1c2c6c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1300972 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="1300972" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Opening a payment webview in Flutter web is a complex task, but we successfully achieved this by launching the payment view in a new window. After a successful payment, we implemented automatic window closure for a seamless user experience.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1e55f9e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1e55f9e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e974b93" data-id="e974b93" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1d2447d elementor-align-center elementor-widget elementor-widget-button" data-id="1d2447d" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://drive.google.com/file/d/1DgEB23VCTFR05wb9h6swYyN4blmEH3Qq/view?usp=sharing" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download Case Study</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/sabika-gold/">Sabika Gold</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://techypanther.com/sabika-gold/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Rupiya</title>
		<link>https://techypanther.com/rupiya/</link>
					<comments>https://techypanther.com/rupiya/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 12:17:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=8975</guid>

					<description><![CDATA[<p>Rupiya The Fintech Mobile Application is a one-stop solution for all your travel and payment needs. With this app, you can book flights, hotels, and buses, recharge your mobile phone, pay your electricity bills, and recharge your fastags. The app also offers a range of other features, such as bank account management, money transfer, and bill payment options. Key Features Bus, Hotel, and Flight Booking: The app allows you to search and compare prices for various modes of transportation and accommodation. You can book tickets and make reservations directly through the app. WatchlistsRecharge fastags:The app allows you to recharge your fasting, a prepaid toll tag that allows you to pay tolls electronically. You can view your current balance and recharge your fasting using your linked bank account AEPS:AEPS is a biometric-based payment system that allows users to carry out financial transactions using their Aadhaar number and fingerprint authentication. Recharge:The app allows you to recharge your mobile phone and DTH with just a few taps. You can choose from various plans and payment options Pay Bills: The app allows you to view and pay your electricity bills, water bills, and gas bills directly from your phone. DMT:DMT (Direct Money Transfer) is a feature that enables users to transfer money directly from their bank account to another bank account in real time, without the need for physical cash. Solutions / Technologies Flutter 3.3 Node.js 20.5.0 GetX 4.6.5 MSO Business Requirements Different types of user sign-up: Handle two types of user sign-up, one for the individual user and another as a partner for a business/company with the following categories, Distributor, Super Distributor, Retailer, Jeweller, Wholesaler, Farmer. Bus, hotel, and flight booking: A search function to find the best prices for transportation and accommodation and book tickets and make reservations directly through the app Mobile recharge: Ability to recharge mobile phone and DTH with few taps and option to choose from various plans. Pay bills: Ability to view current electricity and Gas bills and pay through the application. Recharge fastags: Ability to view current fasting balance and recharge. AEPS: AEPS (Aadhaar Enabled Payment System) allows users to pay through an Aadhar number. Challenges Faced Security: Ensure the app is secure from potential threats User Experience: Design an intuitive and user-friendly app Integration: Integrate with third-party services like payment gateways and banking APIs. Integration: Integrate with Performance: Optimize the app&#8217;s performance to handle high traffic and usage. Integrating fingerprint scanner for E-KYC of AEPS and DMT. Download Case Study</p>
<p>The post <a href="https://techypanther.com/rupiya/">Rupiya</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="8975" class="elementor elementor-8975">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-f6cdc16 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f6cdc16" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-07072ce" data-id="07072ce" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cfcfcc7 elementor-widget elementor-widget-spacer" data-id="cfcfcc7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-23e78cd elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="23e78cd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-da2300f" data-id="da2300f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-171f0dd elementor-widget elementor-widget-heading" data-id="171f0dd" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Rupiya</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e097777 animated-fast elementor-widget elementor-widget-text-editor" data-id="e097777" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">The Fintech Mobile Application is a one-stop solution for all your travel and payment needs. With this app, you can book flights, hotels, and buses, recharge your mobile phone, pay your electricity bills, and recharge your fastags. The app also offers a range of other features, such as bank account management, money transfer, and bill payment options.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ed14aed" data-id="ed14aed" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ca2b178 elementor-widget elementor-widget-image" data-id="ca2b178" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://techypanther.com/wp-content/uploads/2022/04/Group-81539-1.png" title="Group 81539 (1)" alt="Group 81539 (1)" loading="lazy" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-790f066 elementor-widget elementor-widget-spacer" data-id="790f066" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1c461bf elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1c461bf" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2600 131.1" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0 0L2600 0 2600 69.1 0 0z"/>
	<path class="elementor-shape-fill" style="opacity:0.5" d="M0 0L2600 0 2600 69.1 0 69.1z"/>
	<path class="elementor-shape-fill" style="opacity:0.25" d="M2600 0L0 0 0 130.1 2600 69.1z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d786e14" data-id="d786e14" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2b874bc elementor-widget elementor-widget-heading" data-id="2b874bc" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Key Features</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-94d5ead elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="94d5ead" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8cb6ce6" data-id="8cb6ce6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62ae16f elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="62ae16f" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c22e425" data-id="c22e425" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-83b2e84 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="83b2e84" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Bus, Hotel, and Flight Booking: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app allows you to search and compare prices for various modes of transportation and accommodation. You can book tickets and make reservations directly through the app.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-0b7e2a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="0b7e2a9" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e2b862d" data-id="e2b862d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d905d26 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="d905d26" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-40078af" data-id="40078af" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-624c6df animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="624c6df" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">WatchlistsRecharge fastags:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app allows you to recharge your fasting, a prepaid toll tag that allows you to pay tolls electronically. You can view your current balance and recharge your fasting using your linked bank account</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-5e81eaf elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="5e81eaf" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7adf1e8" data-id="7adf1e8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fbb6cfb elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="fbb6cfb" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9888883" data-id="9888883" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-63371a0 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="63371a0" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">AEPS:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">AEPS is a biometric-based payment system that allows users to carry out financial transactions using their Aadhaar number and fingerprint authentication.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e314843 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e314843" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3a970f7" data-id="3a970f7" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d2125e1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="d2125e1" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-70e6033" data-id="70e6033" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-562e83e animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="562e83e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Recharge:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app allows you to recharge your mobile phone and DTH with just a few taps. You can choose from various plans and payment options</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-1c55007 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1c55007" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-edfbb34" data-id="edfbb34" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f02e8e0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f02e8e0" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7cc1d4c" data-id="7cc1d4c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e0276ed animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="e0276ed" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Pay Bills: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app allows you to view and pay your electricity bills, water bills, and gas bills directly from your phone.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d41fd89 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="d41fd89" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f34ed18" data-id="f34ed18" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8566334 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="8566334" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5b36745" data-id="5b36745" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-afb46ae animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="afb46ae" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none"><strong>DMT:</strong>DMT (Direct Money Transfer) is a feature that enables users to transfer money directly from their bank account to another bank account in real time, without the need for physical cash.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-d26f5b3 elementor-widget elementor-widget-heading" data-id="d26f5b3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Solutions / Technologies </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-7d3bbda elementor-widget elementor-widget-spacer" data-id="7d3bbda" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-9b36d86 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="9b36d86" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Flutter 3.3</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Node.js 20.5.0</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">GetX 4.6.5</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">MSO</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-7b93c13 elementor-widget elementor-widget-spacer" data-id="7b93c13" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c01fa84" data-id="c01fa84" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b308741 elementor-widget elementor-widget-spacer" data-id="b308741" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c1ddd76 elementor-widget elementor-widget-image-carousel" data-id="c1ddd76" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/edgs-1.png" alt="edgs (1)" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/Rupi1-1-1.png" alt="Rupi1 (1) (1)" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/dsgsg-1.png" alt="dsgsg (1)" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/eg-1.png" alt="eg (1)" /></figure></div>			</div>
							
									</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d08d194 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="d08d194" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8b213b3" data-id="8b213b3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c88a372 elementor-widget elementor-widget-image" data-id="c88a372" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://apps.apple.com/in/app/rupiya-app/id1641878325">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-649.png" class="attachment-large size-large wp-image-4170" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fd96537" data-id="fd96537" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0f38487 elementor-widget elementor-widget-image" data-id="0f38487" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://play.google.com/store/apps/details?id=rupiya.app">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-646.png" class="attachment-large size-large wp-image-4168" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-c91b347 elementor-widget elementor-widget-spacer" data-id="c91b347" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-9f42b68 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="9f42b68" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-db49323" data-id="db49323" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-79e0967 elementor-widget elementor-widget-heading" data-id="79e0967" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Business Requirements</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-234d6f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="234d6f0" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-06035ab" data-id="06035ab" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cf615fd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="cf615fd" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-152ac7b" data-id="152ac7b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c799a03 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="c799a03" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Different types of user sign-up: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Handle two types of user sign-up, one for the individual user and another as a partner for a business/company with the following categories, Distributor, Super Distributor, Retailer, Jeweller, Wholesaler, Farmer.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-5e6cf31 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="5e6cf31" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec805ae" data-id="ec805ae" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e964ecb elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e964ecb" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ad2d155" data-id="ad2d155" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-27c0bec animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="27c0bec" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Bus, hotel, and flight booking:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> A search function to find the best prices for transportation and accommodation and book tickets and make reservations directly through the app</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-57ab07b elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="57ab07b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2d293ab" data-id="2d293ab" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e64f673 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e64f673" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c44f0a1" data-id="c44f0a1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e6368d8 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="e6368d8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Mobile recharge: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Ability to recharge mobile phone and DTH with few taps and option to choose from various plans.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-18cb207 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="18cb207" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bd68d08" data-id="bd68d08" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-414acfc elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="414acfc" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b7dc849" data-id="b7dc849" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b534a68 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="b534a68" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Pay bills: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Ability to view current electricity and Gas bills and pay through the application.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4112168 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4112168" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-57432b4" data-id="57432b4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1721b80 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1721b80" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b29737e" data-id="b29737e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7e4075b animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="7e4075b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Recharge fastags:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Ability to view current fasting balance and recharge.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-982e4a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="982e4a4" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-19e38e5" data-id="19e38e5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aef7085 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="aef7085" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4cde25f" data-id="4cde25f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-585c477 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="585c477" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">AEPS: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">AEPS (Aadhaar Enabled Payment System) allows users to pay through an Aadhar number.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5d1f0f2" data-id="5d1f0f2" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0797824 elementor-widget elementor-widget-heading" data-id="0797824" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Challenges Faced</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-af0099e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="af0099e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-db44fce" data-id="db44fce" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4fdc8c7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4fdc8c7" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fed978d" data-id="fed978d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-530955c animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="530955c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none"><strong>Security:</strong> Ensure the app is secure from potential threats</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6ba3518 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6ba3518" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1da3e04" data-id="1da3e04" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3f8f149 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3f8f149" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9709116" data-id="9709116" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fa3ebea animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="fa3ebea" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none"><strong>User Experience:</strong> Design an intuitive and user-friendly app</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-b5754fb elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="b5754fb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a2b6e1d" data-id="a2b6e1d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-554b708 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="554b708" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3c560b9" data-id="3c560b9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-65931e1 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="65931e1" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none"><strong>Integration:</strong> Integrate with third-party services like payment gateways and banking APIs.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-75473ed elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="75473ed" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c520ebe" data-id="c520ebe" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-914d644 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="914d644" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e0b2756" data-id="e0b2756" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8d4ba5f animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="8d4ba5f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none"><strong>Integration:</strong> Integrate with Performance: Optimize the app&#8217;s performance to handle high traffic and usage.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f563119 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f563119" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cf1166b" data-id="cf1166b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-868e7b7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="868e7b7" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d472a93" data-id="d472a93" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cdc1ad3 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="cdc1ad3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Integrating fingerprint scanner for E-KYC of AEPS and DMT.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-c4369a2 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="c4369a2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5349dbe" data-id="5349dbe" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7096e3c elementor-align-center elementor-widget elementor-widget-button" data-id="7096e3c" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://drive.google.com/file/d/17LK9LbHtygpy_0-nvlvn3wRMjdOAjhey/view?usp=sharing" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download Case Study</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/rupiya/">Rupiya</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://techypanther.com/rupiya/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>justkeyless</title>
		<link>https://techypanther.com/justkeyless/</link>
					<comments>https://techypanther.com/justkeyless/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 12:16:23 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=8970</guid>

					<description><![CDATA[<p>JustKeyLess JustKeyless is a powerful tool for hoteliers that simplifies the process of managing key access for different users. With Justkeyless, hoteliers can create and customize access permissions for guests, maintenance personnel, and housekeeping staff, providing them with temporary or permanent access to different areas of the hotel as required. Also, the application allows hoteliers to monitor the battery status of locks, ensuring that the locks are always functioning correctly. Key Features Design and tailor authorization privileges for visitors, maintenance workers, and housekeeping personnel, allowing them temporary or permanent entry to various sections of the hotel. Edit check-in and check-out time of hotel and access time of amenities. Battery status monitoring of locks and low-battery alerts. Add hotel team with various roles. Solutions / Technologies Flutter version 3.7 Node.js 20.5.0 GetX 4.6.5 Dio 4.0.6 Business Requirements Create and customize access permissions for guests, maintenance personnel, and housekeeping staff. Grant temporary or permanent access to different areas of the hotel. Monitor the battery status of locks in real-time and receive alerts when the battery level is low. Have access to the application on different platforms, including Web, Mobile, and iPad. Challenges Faced Making the application responsive so that it does not break on any phone size, Ipad and desktop. Rendering different designs for mobile, Ipad, and desktop. Built a custom calendar from scratch with rooms on the y-axis and dates on the x-axis with infinite horizontal scroll. Download Case Study</p>
<p>The post <a href="https://techypanther.com/justkeyless/">justkeyless</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="8970" class="elementor elementor-8970">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-cf154eb elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="cf154eb" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-de2b0af" data-id="de2b0af" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4c3f32b elementor-widget elementor-widget-spacer" data-id="4c3f32b" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d876ee9 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="d876ee9" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2d8da57" data-id="2d8da57" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-58986d5 elementor-widget elementor-widget-heading" data-id="58986d5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">JustKeyLess</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-30f5f0f animated-fast elementor-widget elementor-widget-text-editor" data-id="30f5f0f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="cvGsUA direction-ltr align-justify para-style-body"><span class="OYPEnA text-decoration-none text-strikethrough-none">JustKeyless is a powerful tool for hoteliers that simplifies the process of managing key access for different users. With Justkeyless, hoteliers can create and customize access permissions for guests, maintenance personnel, and housekeeping staff, providing them with temporary or permanent access to different areas of the hotel as required.</span></p><p class="cvGsUA direction-ltr align-start para-style-body"><span class="OYPEnA text-decoration-none text-strikethrough-none">Also, the application allows hoteliers to monitor the battery status of locks, ensuring that the locks are always functioning correctly.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ca363d7" data-id="ca363d7" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-05985d2 elementor-widget elementor-widget-image" data-id="05985d2" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://techypanther.com/wp-content/uploads/2023/09/JustKeyless2-1.png" title="JustKeyless2 (1)" alt="JustKeyless2 (1)" loading="lazy" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-c5eaa61 elementor-widget elementor-widget-spacer" data-id="c5eaa61" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-dfff825 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="dfff825" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2600 131.1" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0 0L2600 0 2600 69.1 0 0z"/>
	<path class="elementor-shape-fill" style="opacity:0.5" d="M0 0L2600 0 2600 69.1 0 69.1z"/>
	<path class="elementor-shape-fill" style="opacity:0.25" d="M2600 0L0 0 0 130.1 2600 69.1z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8239273" data-id="8239273" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a1d20ae elementor-widget elementor-widget-heading" data-id="a1d20ae" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Key Features</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-1a16409 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1a16409" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-51f8add" data-id="51f8add" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-256430d elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="256430d" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0941b0f" data-id="0941b0f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1e75426 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="1e75426" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Design and tailor authorization privileges for visitors, maintenance workers, and housekeeping personnel, allowing them temporary or permanent entry to various sections of the hotel.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-1ced921 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1ced921" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-143d922" data-id="143d922" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9ed75d7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="9ed75d7" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bca4842" data-id="bca4842" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-32f08c2 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="32f08c2" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Edit check-in and check-out time of hotel and access time of amenities.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a2eb1a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="a2eb1a5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-35873b4" data-id="35873b4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6349d7e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="6349d7e" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-75e8d24" data-id="75e8d24" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5191848 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="5191848" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Battery status monitoring of locks and low-battery alerts.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-fa0513b elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="fa0513b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a4904c1" data-id="a4904c1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-104a909 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="104a909" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d6c200c" data-id="d6c200c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6f111f5 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="6f111f5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Add hotel team with various roles.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-70460e5 elementor-widget elementor-widget-heading" data-id="70460e5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Solutions / Technologies </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3ff6499 elementor-widget elementor-widget-spacer" data-id="3ff6499" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-e13a33d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e13a33d" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Flutter version 3.7</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Node.js 20.5.0</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">GetX 4.6.5</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Dio 4.0.6</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-507ecf0 elementor-widget elementor-widget-spacer" data-id="507ecf0" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-bb52ce1" data-id="bb52ce1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e819480 elementor-widget elementor-widget-spacer" data-id="e819480" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-03368dd elementor-widget elementor-widget-image" data-id="03368dd" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://techypanther.com/wp-content/uploads/2023/09/JustKeyless2-1.png" title="JustKeyless2 (1)" alt="JustKeyless2 (1)" loading="lazy" />															</div>
				</div>
				<div class="elementor-element elementor-element-d5d53d3 elementor-widget elementor-widget-spacer" data-id="d5d53d3" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-ce6295d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="ce6295d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-14f0007" data-id="14f0007" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c52b963 elementor-widget elementor-widget-heading" data-id="c52b963" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Business Requirements</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-63f2f76 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="63f2f76" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bdb1003" data-id="bdb1003" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-87df54b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="87df54b" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a4dbf93" data-id="a4dbf93" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-25a8b60 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="25a8b60" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Create and customize access permissions for guests, maintenance personnel, and housekeeping staff.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-790303f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="790303f" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5233901" data-id="5233901" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d40aebf elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="d40aebf" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1dc6313" data-id="1dc6313" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-eb4cd64 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="eb4cd64" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Grant temporary or permanent access to different areas of the hotel.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f055240 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f055240" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9bf6350" data-id="9bf6350" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5b70ee6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="5b70ee6" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32c52be" data-id="32c52be" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3688dab animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="3688dab" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Monitor the battery status of locks in real-time and receive alerts when the battery level is low.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-bd90cf7 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="bd90cf7" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6d6745c" data-id="6d6745c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ce64943 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ce64943" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1175616" data-id="1175616" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ea42546 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="ea42546" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Have access to the application on different platforms, including Web, Mobile, and iPad.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c9b9866" data-id="c9b9866" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-99cf037 elementor-widget elementor-widget-heading" data-id="99cf037" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Challenges Faced</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-542c400 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="542c400" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d1a6263" data-id="d1a6263" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fc33bef elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="fc33bef" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d29feff" data-id="d29feff" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e3d35b9 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="e3d35b9" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Making the application responsive so that it does not break on any phone size, Ipad and desktop.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a650852 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="a650852" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bc0c0ff" data-id="bc0c0ff" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ba542b4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ba542b4" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c272518" data-id="c272518" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-38c1ec8 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="38c1ec8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Rendering different designs for mobile, Ipad, and desktop.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-fd03b60 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="fd03b60" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8ead069" data-id="8ead069" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4dc43a7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4dc43a7" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-930c84a" data-id="930c84a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b2740cd animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="b2740cd" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Built a custom calendar from scratch with rooms on the y-axis and dates on the x-axis with infinite horizontal scroll.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5651310 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="5651310" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0d317a5" data-id="0d317a5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7f75584 elementor-align-center elementor-widget elementor-widget-button" data-id="7f75584" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://drive.google.com/file/d/1Cd2gRnVwAc-a9ZiXO_YcUxeKNQj0T3-J/view?usp=sharing">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download Case Study</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/justkeyless/">justkeyless</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://techypanther.com/justkeyless/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHYSIOMATE</title>
		<link>https://techypanther.com/physiomate/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 12:15:12 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=8964</guid>

					<description><![CDATA[<p>PHYSIOMATE PhysioMate is a versatile platform that allows healthcare professionals, personal trainers, and individuals to create personalized treatment plans based on specific patient needs. Its flexible exercise scheduling feature makes it an ideal tool for hand rehabilitation, starting professionals, and more. Whether in a practice or on-the-go, PhysioMate is a reliable solution for creating tailored treatment plans. Key Features Authentication using FIrebase email and password. Store and maintain patients data using Firestore storage if Firebase. Create session for patients and assign exercises to them. Physiotherapist can add new exercises and assign them 3 level tags which help in filtering the exercises. Share sessions by creating PDF of exercises by using Syncfusion Solutions / Technologies Flutter 3.3 GetX 4.0.0 Node.js 20.5.0 Dio 4.0.6 Business Requirements User Authentication: The client requires a secure login system that allows users to access their accounts with Firebase email and password authentication. Patient and Exercise Data Management: The client requires a system for managing patient and exercise data that can be stored and retrieved using Firestore and Storage. Exercise Search Functionality: The client requires a search function that enables users to search for exercises based on specific criteria, which is achieved by integrating Algolia with Firebase. Session Management: The client requires a system for managing patient sessions, which can be based on patient profiles and exercise data. PDF Creation and Sharing: The client requires a feature that enables the creation of PDFs for exercise sessions and the ability to Challenges Faced Complex data handling: An e-commerce application like REZQ needs to handle a large amount of complex data including product information, customer details, transaction history, and more. The developers must ensure that the data is securely stored and easily retrievable when needed. User-friendly interface: An intuitive and user-friendly interface is essential for an e-commerce application to be successful. The interface should be simple to navigate, visually appealing, and easy to use. The design and layout of the application should be optimized for different devices like desktops, mobile, and tablets. Payment gateway integration: An e-commerce application must provide a secure and reliable payment gateway that enables customers to pay for their purchases using various payment methods like credit/debit cards, online banking, or digital wallets. Integration with multiple payment gateways can be a challenge that the development team must overcome. Download Case Study</p>
<p>The post <a href="https://techypanther.com/physiomate/">PHYSIOMATE</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="8964" class="elementor elementor-8964">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-67b5757 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="67b5757" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a2b7ca1" data-id="a2b7ca1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2c25cbd elementor-widget elementor-widget-spacer" data-id="2c25cbd" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8400365 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8400365" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bff3cd8" data-id="bff3cd8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-23fd6f5 elementor-widget elementor-widget-heading" data-id="23fd6f5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">PHYSIOMATE</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-82a0072 animated-fast elementor-widget elementor-widget-text-editor" data-id="82a0072" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">PhysioMate is a versatile platform that allows healthcare professionals, personal trainers, and individuals to create personalized treatment plans based on specific patient needs. Its flexible exercise scheduling feature makes it an ideal tool for hand rehabilitation, starting professionals, and more. Whether in a practice or on-the-go, PhysioMate is a reliable solution for creating tailored treatment plans.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-946e55b" data-id="946e55b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-42903f1 elementor-widget elementor-widget-image" data-id="42903f1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="900" height="900" src="https://techypanther.com/wp-content/uploads/2022/04/PHISIOMATE.png" class="attachment-large size-large wp-image-5586" alt="" srcset="https://techypanther.com/wp-content/uploads/2022/04/PHISIOMATE.png 1024w, https://techypanther.com/wp-content/uploads/2022/04/PHISIOMATE-300x300.png 300w, https://techypanther.com/wp-content/uploads/2022/04/PHISIOMATE-150x150.png 150w, https://techypanther.com/wp-content/uploads/2022/04/PHISIOMATE-768x768.png 768w" sizes="(max-width: 900px) 100vw, 900px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-2985aa4 elementor-widget elementor-widget-spacer" data-id="2985aa4" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-8ae7287 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8ae7287" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2600 131.1" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0 0L2600 0 2600 69.1 0 0z"/>
	<path class="elementor-shape-fill" style="opacity:0.5" d="M0 0L2600 0 2600 69.1 0 69.1z"/>
	<path class="elementor-shape-fill" style="opacity:0.25" d="M2600 0L0 0 0 130.1 2600 69.1z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7ea7e8d" data-id="7ea7e8d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1b83a2d elementor-widget elementor-widget-heading" data-id="1b83a2d" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Key Features</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ff3e598 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="ff3e598" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b838460" data-id="b838460" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a9f64fd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="a9f64fd" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-68e39ef" data-id="68e39ef" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-17d2c1a animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="17d2c1a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Authentication using FIrebase email and password.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8df7bb3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8df7bb3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7da8f0d" data-id="7da8f0d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4a44117 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4a44117" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9989175" data-id="9989175" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8e9338b animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="8e9338b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Store and maintain patients data using Firestore storage if Firebase.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-de5bb63 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="de5bb63" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-acf3b9d" data-id="acf3b9d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c060a56 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="c060a56" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-26b59c9" data-id="26b59c9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-eb23f81 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="eb23f81" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Create session for patients and assign exercises to them.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-7bbfc48 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="7bbfc48" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8aa6264" data-id="8aa6264" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-165bd3c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="165bd3c" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e900a4e" data-id="e900a4e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e6b5a63 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="e6b5a63" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Physiotherapist can add new exercises and assign them 3 level tags which help in filtering the exercises.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-c3021ef elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="c3021ef" data-element_type="section" data-e-type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9897c40" data-id="9897c40" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e4073b7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e4073b7" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a496b1b" data-id="a496b1b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bcac2bf animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="bcac2bf" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Share sessions by creating PDF of exercises by using Syncfusion</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-df6d819 elementor-widget elementor-widget-heading" data-id="df6d819" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Solutions / Technologies </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-df5b3ed elementor-widget elementor-widget-spacer" data-id="df5b3ed" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-d46685a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d46685a" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Flutter 3.3</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">GetX 4.0.0</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Node.js 20.5.0</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Dio 4.0.6</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-c7938f9 elementor-widget elementor-widget-spacer" data-id="c7938f9" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ae6d1fd" data-id="ae6d1fd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2a4ef20 elementor-widget elementor-widget-spacer" data-id="2a4ef20" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-f372fcc elementor-widget elementor-widget-image-carousel" data-id="f372fcc" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:7,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/Mask-Group-121.png" alt="Mask Group 121" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/Mask-Group-122.png" alt="Mask Group 122" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/Mask-Group-123.png" alt="Mask Group 123" /></figure></div>			</div>
							
									</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e52e9a4 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e52e9a4" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6a7f46c" data-id="6a7f46c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-87a2ac1 elementor-widget elementor-widget-image" data-id="87a2ac1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://apps.apple.com/us/app/physiomate/id1464664176">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-649.png" class="attachment-large size-large wp-image-4170" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-c621596 elementor-widget elementor-widget-spacer" data-id="c621596" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-7583cf6 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="7583cf6" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-81f6ede" data-id="81f6ede" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-74f8a10 elementor-widget elementor-widget-heading" data-id="74f8a10" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Business Requirements</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-154509c elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="154509c" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a188f98" data-id="a188f98" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f4eaa88 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f4eaa88" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-153dee8" data-id="153dee8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7b26a73 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="7b26a73" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">User Authentication:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> The client requires a secure login system that allows users to access their accounts with Firebase email and password authentication.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e0a3071 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e0a3071" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7a8511c" data-id="7a8511c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e54748f elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e54748f" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6f74a9e" data-id="6f74a9e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ba1f1a6 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="ba1f1a6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Patient and Exercise Data Management:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> The client requires a system for managing patient and exercise data that can be stored and retrieved using Firestore and Storage.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-09ae7db elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="09ae7db" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-62792ba" data-id="62792ba" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-825ecdd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="825ecdd" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aa4d649" data-id="aa4d649" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-34e7d43 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="34e7d43" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Exercise Search Functionality:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> The client requires a search function that enables users to search for exercises based on specific criteria, which is achieved by integrating Algolia with Firebase.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4dda23a elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4dda23a" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1e2f3ec" data-id="1e2f3ec" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-88d5dfb elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="88d5dfb" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e10246e" data-id="e10246e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7340003 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="7340003" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Session Management:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> The client requires a system for managing patient sessions, which can be based on patient profiles and exercise data.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-3844375 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="3844375" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-69b57a4" data-id="69b57a4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-77f1664 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="77f1664" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b8d9594" data-id="b8d9594" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8076d49 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="8076d49" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none" style="font-weight: bold;">PDF Creation and Sharing:</span><span class="OYPEnA text-decoration-none text-strikethrough-none"> The client requires a feature that enables the creation of PDFs for exercise sessions and the ability to</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0628647" data-id="0628647" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-716f75e elementor-widget elementor-widget-heading" data-id="716f75e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Challenges Faced</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-568a3c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="568a3c4" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-be7bdf3" data-id="be7bdf3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fd0af62 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="fd0af62" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b50815e" data-id="b50815e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b80383e animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="b80383e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Complex data handling:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> An e-commerce application like REZQ needs to handle a large amount of complex data including product information, customer details, transaction history, and more. The developers must ensure that the data is securely stored and easily retrievable when needed.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-91bdda3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="91bdda3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9430042" data-id="9430042" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f6a989e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f6a989e" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-eb34291" data-id="eb34291" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f78febd animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="f78febd" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">User-friendly interface: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">An intuitive and user-friendly interface is essential for an e-commerce application to be successful. The interface should be simple to navigate, visually appealing, and easy to use. The design and layout of the application should be optimized for different devices like desktops, mobile, and tablets.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-242a087 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="242a087" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-337e55c" data-id="337e55c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-38f9025 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="38f9025" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-93a2ad3" data-id="93a2ad3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5ec93de animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="5ec93de" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Payment gateway integration:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> An e-commerce application must provide a secure and reliable payment gateway that enables customers to pay for their purchases using various payment methods like credit/debit cards, online banking, or digital wallets. Integration with multiple payment gateways can be a challenge that the development team must overcome.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2fa37c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="2fa37c6" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-eb13cb7" data-id="eb13cb7" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9991480 elementor-align-center elementor-widget elementor-widget-button" data-id="9991480" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://drive.google.com/file/d/14wO715AkUgAQg9cfPFYky_Yq1UWjl_C-/view?usp=sharing">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download Case Study</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/physiomate/">PHYSIOMATE</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Car bidding</title>
		<link>https://techypanther.com/car-bidding/</link>
					<comments>https://techypanther.com/car-bidding/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 12:14:38 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=8962</guid>

					<description><![CDATA[<p>Car bidding The Car Bidding Application is a digital platform designed for a private company specializing in the buying and selling of second-hand cars. This innovative platform facilitates auctions where users can place bids on various cars. The company sets a specific time for the daily auctions, and users can participate by bidding on their preferred vehicles. Key Features User authentication Car Browsing: Comprehensive listings of second-hand cars with detailed information. Car favorites for future reference. User bids on preferred cars with tracking of highest bids. Manage profile List of winning bids Single code based Mobile and Web app Solutions / Technologies Flutter version 3.13 Node.js 20.5.0 Socket.io 4.7.1 Mongo DB 6.0 Business Requirements User Authentication: The client requires a secure login system that allows users to access their accounts with email and password authentication. Users that register are first manually verified. After verification users can log in. Real-Time Auctions: Auctions should be scheduled daily, displaying cars for 30 seconds, enabling user bids. Bid Placement: Users can bid on preferred cars, and the system tracks the highest bid for each vehicle Countdown Timer: Each car in an auction has a displayed countdown timer; new bids reset the timer. Admin to manage vendors and their data: Using the web the vendor should be able to add all the car details and the admin should be able to manage required data. Challenges Faced Real-Time Auctions: Ensuring that auctions start promptly at a fixed daily time and that the timer resets accurately with new bids required meticulous time handling in the code using socket. Cross-Platform Development: Developing and ensuring a consistent experience on iOS, Android and web platforms presented challenges due to platform-specific nuances. Data Synchronization: Maintaining data consistency across multiple devices and platforms, especially when clients access their portfolios from various devices, required implementing robust data synchronization mechanisms. Download Case Study</p>
<p>The post <a href="https://techypanther.com/car-bidding/">Car bidding</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="8962" class="elementor elementor-8962">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-1aa7da4 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1aa7da4" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-915d81c" data-id="915d81c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0663531 elementor-widget elementor-widget-spacer" data-id="0663531" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8f9b2a3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8f9b2a3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-79245be" data-id="79245be" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-921ab0c elementor-widget elementor-widget-heading" data-id="921ab0c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Car bidding</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-14c5570 animated-fast elementor-widget elementor-widget-text-editor" data-id="14c5570" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">The Car Bidding Application is a digital platform designed for a private company specializing in the buying and selling of second-hand cars. This innovative platform facilitates auctions where users can place bids on various cars. The company sets a specific time for the daily auctions, and users can participate by bidding on their preferred vehicles.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ef5a700" data-id="ef5a700" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7479721 elementor-widget elementor-widget-image" data-id="7479721" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://techypanther.com/wp-content/uploads/2023/12/Group-81451-1.png" title="Group 81451 (1)" alt="Group 81451 (1)" loading="lazy" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-d8ba668 elementor-widget elementor-widget-spacer" data-id="d8ba668" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4f842ce elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4f842ce" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2600 131.1" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0 0L2600 0 2600 69.1 0 0z"/>
	<path class="elementor-shape-fill" style="opacity:0.5" d="M0 0L2600 0 2600 69.1 0 69.1z"/>
	<path class="elementor-shape-fill" style="opacity:0.25" d="M2600 0L0 0 0 130.1 2600 69.1z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1a54bd1" data-id="1a54bd1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ef0ccaf elementor-widget elementor-widget-heading" data-id="ef0ccaf" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Key Features</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-35325e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="35325e5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4f7fd72" data-id="4f7fd72" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0d4534e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="0d4534e" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2de0fcd" data-id="2de0fcd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c0cd2b6 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="c0cd2b6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">User authentication</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-bb2a0dd elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="bb2a0dd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a5b517b" data-id="a5b517b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-eade5de elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="eade5de" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-02a6549" data-id="02a6549" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2521559 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="2521559" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Car Browsing:</span></p><ul><li style="list-style-type: none;"><ul><li><span class="OYPEnA text-decoration-none text-strikethrough-none">Comprehensive listings of second-hand cars with detailed information.</span></li><li><span class="OYPEnA text-decoration-none text-strikethrough-none">Car favorites for future reference.</span></li></ul></li></ul>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ac3adb1 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="ac3adb1" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cd66fa8" data-id="cd66fa8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ad07379 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ad07379" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fea0cf3" data-id="fea0cf3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7c598e5 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="7c598e5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">User bids on preferred cars with tracking of highest bids.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e465e4d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e465e4d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-47bb757" data-id="47bb757" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1f1ae97 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1f1ae97" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7306d85" data-id="7306d85" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-643fd21 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="643fd21" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Manage profile</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e2643b2 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e2643b2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1e8d03d" data-id="1e8d03d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-23cdd5b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="23cdd5b" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8475657" data-id="8475657" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-02083d4 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="02083d4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">List of winning bids</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-682fb97 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="682fb97" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-56a89fd" data-id="56a89fd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-04cf027 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="04cf027" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-97a65d8" data-id="97a65d8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fc4354d animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="fc4354d" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none">Single code based Mobile and Web app</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-ff395f5 elementor-widget elementor-widget-heading" data-id="ff395f5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Solutions / Technologies </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6cb2991 elementor-widget elementor-widget-spacer" data-id="6cb2991" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c062817 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c062817" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Flutter version 3.13</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Node.js 20.5.0</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Socket.io 4.7.1</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Mongo DB 6.0</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-81cfc0a elementor-widget elementor-widget-spacer" data-id="81cfc0a" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a803ddd" data-id="a803ddd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bb6a1f2 elementor-widget elementor-widget-spacer" data-id="bb6a1f2" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-e53679e elementor-widget elementor-widget-image-carousel" data-id="e53679e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Pixel-7-Pro-Mockupa-1.png" alt="Pixel 7 Pro Mockupa (1)" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Pixel-7-Pro-Mockup4-1.png" alt="Pixel 7 Pro Mockup4 (1)" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Pixel-7-Pro-Mockup1-1.png" alt="Pixel 7 Pro Mockup1 (1)" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/12/Pixel-7-Pro-Mockup5-1.png" alt="Pixel 7 Pro Mockup5 (1)" /></figure></div>			</div>
							
									</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f4b7d55 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f4b7d55" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f18861c" data-id="f18861c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4a52ee9 elementor-widget elementor-widget-image" data-id="4a52ee9" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-649.png" class="attachment-large size-large wp-image-4170" alt="" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b226ba1" data-id="b226ba1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6e51a92 elementor-widget elementor-widget-image" data-id="6e51a92" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-646.png" class="attachment-large size-large wp-image-4168" alt="" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-b0c5e6d elementor-widget elementor-widget-spacer" data-id="b0c5e6d" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0e31f6e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="0e31f6e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-86684ec" data-id="86684ec" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ce893e8 elementor-widget elementor-widget-heading" data-id="ce893e8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Business Requirements</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4054341 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4054341" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2fda114" data-id="2fda114" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-986e8be elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="986e8be" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7f14c19" data-id="7f14c19" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4308cf4 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="4308cf4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">User Authentication:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> The client requires a secure login system that allows users to access their accounts with email and password authentication. Users that register are first manually verified. After verification users can log in.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6cf6cea elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6cf6cea" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1abf246" data-id="1abf246" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e6ea632 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e6ea632" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-29bfe3a" data-id="29bfe3a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3c88f9e animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="3c88f9e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Real-Time Auctions: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Auctions should be scheduled daily, displaying cars for 30 seconds, enabling user bids.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e0d43de elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e0d43de" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b339d8d" data-id="b339d8d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b6ee53c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b6ee53c" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7680dae" data-id="7680dae" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2a00ffd animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="2a00ffd" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Bid Placement: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Users can bid on preferred cars, and the system tracks the highest bid for each vehicle</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f009cf5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f009cf5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-20ea9bf" data-id="20ea9bf" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9bbe189 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="9bbe189" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bbd0440" data-id="bbd0440" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bdf4593 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="bdf4593" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Countdown Timer: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Each car in an auction has a displayed countdown timer; new bids reset the timer.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-2b3d940 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="2b3d940" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-203437f" data-id="203437f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bf5be16 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bf5be16" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c7a73eb" data-id="c7a73eb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dabf014 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="dabf014" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Admin to manage vendors and their data: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Using the web the vendor should be able to add all the car details and the admin should be able to manage required data.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d2011ba" data-id="d2011ba" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-de62916 elementor-widget elementor-widget-heading" data-id="de62916" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Challenges Faced</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-131bcc3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="131bcc3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2a0d5fc" data-id="2a0d5fc" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2ad11c2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="2ad11c2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-048ff40" data-id="048ff40" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a96b650 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="a96b650" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Real-Time Auctions:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Ensuring that auctions start promptly at a fixed daily time and that the timer resets accurately with new bids required meticulous time handling in the code using socket.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-09f0714 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="09f0714" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cfbe64d" data-id="cfbe64d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bc8a8cf elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bc8a8cf" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f267bd0" data-id="f267bd0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-126298b animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="126298b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Cross-Platform Development: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Developing and ensuring a consistent experience on iOS, Android and web platforms presented challenges due to platform-specific nuances.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8e15ad3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8e15ad3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e4f41d1" data-id="e4f41d1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62441c1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="62441c1" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e1c2c6c" data-id="e1c2c6c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1300972 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="1300972" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Data Synchronization:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Maintaining data consistency across multiple devices and platforms, especially when clients access their portfolios from various devices, required implementing robust data synchronization mechanisms.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1e55f9e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1e55f9e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e974b93" data-id="e974b93" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1d2447d elementor-align-center elementor-widget elementor-widget-button" data-id="1d2447d" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-size-sm elementor-animation-shrink" role="button">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download Case Study</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/car-bidding/">Car bidding</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://techypanther.com/car-bidding/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>I-Solutions</title>
		<link>https://techypanther.com/i-solutions/</link>
					<comments>https://techypanther.com/i-solutions/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 12:11:13 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=8953</guid>

					<description><![CDATA[<p>I-Solutions The I-Solutions app is a vital tool exclusively designed for privileged clients of I-Solutions. It is a comprehensive solution for tracking and managing portfolios invested with I Solutions and other financial advisors. With its user-friendly interface and robust security features, it empowers our clients to navigate the intricacies of their investments, ensuring they remain well-informed and in control of their financial future. Key Features Portfolio Tracking: Optimize diversification for better risk management and returns. Get real-time updates on your portfolio&#8217;s performance, including asset allocation, gains, and losses. Alerts and Notifications: Stay informed about important market developments and portfolio changes. Set up personalized alerts to receive notifications about price movements, news, or investment milestones. API Integration: The app seamlessly integrates with a custom API that acts as an intermediary between the user and the AI model. User queries are sent to the API, which processes the requests and retrieves the relevant responses from the GPT-4 model. Performance Analytics: Analyze the performance of your investments with intuitive charts and graphs. Gain insights into your portfolio&#8217;s performance over time and make informed decisions. Solutions / Technologies Flutter version 3.7.1 Google Maps Firebase Business Requirements Build in Flutter: Client needs mobile app with a sleek interface, delivering real-time portfolio tracking, personalized financial advice, and top-tier security for our exclusive client base. Multi-Platform Support: The built app should be accessible on both Android and iOS devices to ensure clients can access their portfolios from anywhere. Portfolio Tracking: The app will continue to offer comprehensive portfolio tracking features, including real-time updates on investments with I Solutions and other advisors. Challenges Faced Security and Data Privacy: Ensuring the security and privacy of sensitive financial information was a paramount concern. Rigorous security measures, such as encryption, authentication, and secure data storage, had to be implemented to safeguard client data from potential threats. Real-Time Updates: Providing clients with real-time updates on their portfolios and market data demanded a robust infrastructure capable of handling high-frequency data updates and ensuring minimal latency. Data Synchronization: Maintaining data consistency across multiple devices and platforms, especially when clients access their portfolios from various devices, required implementing robust data synchronization mechanisms. Download Case Study</p>
<p>The post <a href="https://techypanther.com/i-solutions/">I-Solutions</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="8953" class="elementor elementor-8953">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-1aa7da4 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1aa7da4" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-915d81c" data-id="915d81c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0663531 elementor-widget elementor-widget-spacer" data-id="0663531" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8f9b2a3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8f9b2a3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-79245be" data-id="79245be" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-921ab0c elementor-widget elementor-widget-heading" data-id="921ab0c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">I-Solutions</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-14c5570 animated-fast elementor-widget elementor-widget-text-editor" data-id="14c5570" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">The I-Solutions app is a vital tool exclusively designed for privileged clients of I-Solutions. It is a comprehensive solution for tracking and managing portfolios invested with I Solutions and other financial advisors. With its user-friendly interface and robust security features, it empowers our clients to navigate the intricacies of their investments, ensuring they remain well-informed and in control of their financial future.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ef5a700" data-id="ef5a700" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7479721 elementor-widget elementor-widget-image" data-id="7479721" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://techypanther.com/wp-content/uploads/2023/10/Group-81310.png" title="Group 81310" alt="Group 81310" loading="lazy" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-d8ba668 elementor-widget elementor-widget-spacer" data-id="d8ba668" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4f842ce elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4f842ce" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2600 131.1" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0 0L2600 0 2600 69.1 0 0z"/>
	<path class="elementor-shape-fill" style="opacity:0.5" d="M0 0L2600 0 2600 69.1 0 69.1z"/>
	<path class="elementor-shape-fill" style="opacity:0.25" d="M2600 0L0 0 0 130.1 2600 69.1z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1a54bd1" data-id="1a54bd1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ef0ccaf elementor-widget elementor-widget-heading" data-id="ef0ccaf" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Key Features</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-35325e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="35325e5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4f7fd72" data-id="4f7fd72" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0d4534e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="0d4534e" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2de0fcd" data-id="2de0fcd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c0cd2b6 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="c0cd2b6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Portfolio Tracking: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Optimize diversification for better risk management and returns. Get real-time updates on your portfolio&#8217;s performance, including asset allocation, gains, and losses.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-bb2a0dd elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="bb2a0dd" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a5b517b" data-id="a5b517b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-eade5de elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="eade5de" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-02a6549" data-id="02a6549" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2521559 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="2521559" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Alerts and Notifications: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Stay informed about important market developments and portfolio changes. Set up personalized alerts to receive notifications about price movements, news, or investment milestones.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-df4fb1e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="df4fb1e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-af5528c" data-id="af5528c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-191c1cd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="191c1cd" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-35c49d0" data-id="35c49d0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-51bde6f animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="51bde6f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">API Integration: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app seamlessly integrates with a custom API that acts as an intermediary between the user and the AI model. User queries are sent to the API, which processes the requests and retrieves the relevant responses from the GPT-4 model.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d38c06f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="d38c06f" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4d0d6ec" data-id="4d0d6ec" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-01bf993 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="01bf993" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-16a548b" data-id="16a548b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-68f914f animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="68f914f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Performance Analytics: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Analyze the performance of your investments with intuitive charts and graphs. Gain insights into your portfolio&#8217;s performance over time and make informed decisions.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-ff395f5 elementor-widget elementor-widget-heading" data-id="ff395f5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Solutions / Technologies </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6cb2991 elementor-widget elementor-widget-spacer" data-id="6cb2991" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c062817 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c062817" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Flutter version 3.7.1</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Google Maps</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Firebase</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-81cfc0a elementor-widget elementor-widget-spacer" data-id="81cfc0a" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a803ddd" data-id="a803ddd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bb6a1f2 elementor-widget elementor-widget-spacer" data-id="bb6a1f2" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-e53679e elementor-widget elementor-widget-image-carousel" data-id="e53679e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/10/I-Solutions.png" alt="I-Solutions" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/10/I-Solutions01.png" alt="I-Solutions01" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/10/I-Solutions02.png" alt="I-Solutions02" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/10/I-Solutions04.png" alt="I-Solutions04" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 of 5"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/10/I-Solutions05.png" alt="I-Solutions05" /></figure></div>			</div>
							
									</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f4b7d55 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f4b7d55" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f18861c" data-id="f18861c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4a52ee9 elementor-widget elementor-widget-image" data-id="4a52ee9" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://apps.apple.com/in/app/i-solutions/id1473020059">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-649.png" class="attachment-large size-large wp-image-4170" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b226ba1" data-id="b226ba1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6e51a92 elementor-widget elementor-widget-image" data-id="6e51a92" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://play.google.com/store/apps/details?id=com.i.solution&#038;hl=en_IN&#038;gl=US">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-646.png" class="attachment-large size-large wp-image-4168" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-b0c5e6d elementor-widget elementor-widget-spacer" data-id="b0c5e6d" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0e31f6e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="0e31f6e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-86684ec" data-id="86684ec" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ce893e8 elementor-widget elementor-widget-heading" data-id="ce893e8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Business Requirements</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4054341 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4054341" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2fda114" data-id="2fda114" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-986e8be elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="986e8be" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7f14c19" data-id="7f14c19" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4308cf4 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="4308cf4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Build in Flutter: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Client needs mobile app with a sleek interface, delivering real-time portfolio tracking, personalized financial advice, and top-tier security for our exclusive client base.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6cf6cea elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6cf6cea" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1abf246" data-id="1abf246" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e6ea632 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e6ea632" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-29bfe3a" data-id="29bfe3a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3c88f9e animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="3c88f9e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Multi-Platform Support:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> The built app should be accessible on both Android and iOS devices to ensure clients can access their portfolios from anywhere.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-e0d43de elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e0d43de" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b339d8d" data-id="b339d8d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b6ee53c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b6ee53c" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7680dae" data-id="7680dae" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2a00ffd animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="2a00ffd" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Portfolio Tracking:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> The app will continue to offer comprehensive portfolio tracking features, including real-time updates on investments with I Solutions and other advisors.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d2011ba" data-id="d2011ba" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-de62916 elementor-widget elementor-widget-heading" data-id="de62916" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Challenges Faced</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-131bcc3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="131bcc3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2a0d5fc" data-id="2a0d5fc" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2ad11c2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="2ad11c2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-048ff40" data-id="048ff40" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a96b650 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="a96b650" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Security and Data Privacy: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Ensuring the security and privacy of sensitive financial information was a paramount concern. Rigorous security measures, such as encryption, authentication, and secure data storage, had to be implemented to safeguard client data from potential threats.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-09f0714 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="09f0714" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cfbe64d" data-id="cfbe64d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bc8a8cf elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bc8a8cf" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f267bd0" data-id="f267bd0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-126298b animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="126298b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Real-Time Updates:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Providing clients with real-time updates on their portfolios and market data demanded a robust infrastructure capable of handling high-frequency data updates and ensuring minimal latency.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8e15ad3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="8e15ad3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e4f41d1" data-id="e4f41d1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62441c1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="62441c1" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e1c2c6c" data-id="e1c2c6c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1300972 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="1300972" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Data Synchronization:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Maintaining data consistency across multiple devices and platforms, especially when clients access their portfolios from various devices, required implementing robust data synchronization mechanisms.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1e55f9e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1e55f9e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e974b93" data-id="e974b93" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1d2447d elementor-align-center elementor-widget elementor-widget-button" data-id="1d2447d" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://drive.google.com/file/d/1_RGJgiYXucr3QT08QOnND_WCGdl-dNH7/view?usp=sharing" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download Case Study</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/i-solutions/">I-Solutions</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://techypanther.com/i-solutions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NAVAL LIBRARY</title>
		<link>https://techypanther.com/naval-library/</link>
					<comments>https://techypanther.com/naval-library/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 12:08:53 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=8947</guid>

					<description><![CDATA[<p>NAVAL LIBRARY Naval Library is a mobile application designed to facilitate the buying and selling of second-hand ships and instruments within the naval community. With this app, buyers can easily browse through a vast selection of naval instruments and ships for sale, and compare their specifications, conditions, and prices. Detailed descriptions and images of each item are provided to ensure that buyers can make informed purchasing decisions. Solutions / Technologies Flutter 2 Node.js 20.5.0 GetX Business Requirements Enumerate various naval products available for sale from different countries. Ensure that the application allows users to compare different products for informed purchasing decisions. Develop both Android and iOS applications for the naval products selling platform. Publish the app on Google Play Store and App Store for easy accessibility by users. Include in-app purchase features to enable users to easily buy products within the app. Key Features Comprehensive product listings: Users can browse through a vast selection of second-hand ships and naval instruments for sale from different countries. Descriptions and images: Each item on the app comes with a comprehensive description and clear images to help buyers make informed purchasing decisions. Comparison feature:  The app allows users to compare different products side by side to help them find the best deals. User-friendly interface: The app has a clean and intuitive interface that is easy to use for all types of users. Multi-platform support: The app is available on both Android and iOS platforms to cater to a wider audience. Secure payment options: The app includes secure payment options to ensure that users&#8217; transactions are safe and secure. Download Case Study</p>
<p>The post <a href="https://techypanther.com/naval-library/">NAVAL LIBRARY</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="8947" class="elementor elementor-8947">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-fab3865 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="fab3865" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f307e23" data-id="f307e23" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-07a1c41 elementor-widget elementor-widget-spacer" data-id="07a1c41" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-71ae810 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="71ae810" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2f9f54b" data-id="2f9f54b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e655cd7 elementor-widget elementor-widget-heading" data-id="e655cd7" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">NAVAL LIBRARY</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-323d4e7 animated-fast elementor-widget elementor-widget-text-editor" data-id="323d4e7" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Naval Library is a mobile application designed to facilitate the buying and selling of second-hand ships and instruments within the naval community. With this app, buyers can easily browse through a vast selection of naval instruments and ships for sale, and compare their specifications, conditions, and prices. Detailed descriptions and images of each item are provided to ensure that buyers can make informed purchasing decisions.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c329de1" data-id="c329de1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2144140 elementor-widget elementor-widget-image" data-id="2144140" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://techypanther.com/wp-content/uploads/2022/04/Neval.png" title="Neval" alt="Neval" loading="lazy" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-2090478 elementor-widget elementor-widget-spacer" data-id="2090478" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0b43776 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="0b43776" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2600 131.1" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0 0L2600 0 2600 69.1 0 0z"/>
	<path class="elementor-shape-fill" style="opacity:0.5" d="M0 0L2600 0 2600 69.1 0 69.1z"/>
	<path class="elementor-shape-fill" style="opacity:0.25" d="M2600 0L0 0 0 130.1 2600 69.1z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3a5aaf9" data-id="3a5aaf9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6cce14b elementor-widget elementor-widget-heading" data-id="6cce14b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Solutions / Technologies </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-60a3306 elementor-widget elementor-widget-spacer" data-id="60a3306" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-3d3de6d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="3d3de6d" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Flutter 2</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Node.js 20.5.0</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">GetX </span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-ef9b05c elementor-widget elementor-widget-spacer" data-id="ef9b05c" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-df57ac1" data-id="df57ac1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1fa4aa5 elementor-widget elementor-widget-spacer" data-id="1fa4aa5" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c9ff001 elementor-widget elementor-widget-image-carousel" data-id="c9ff001" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/iPhone-X-Side-View-Mockupsa.png" alt="iPhone X Side View Mockupsa" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/sadfea.png" alt="sadfea" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2022/04/faeea.png" alt="faeea" /></figure></div>			</div>
							
									</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ea5f887 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="ea5f887" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fc3de7b" data-id="fc3de7b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a2af5d6 elementor-widget elementor-widget-image" data-id="a2af5d6" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://apps.apple.com/tr/app/naval-library-modern-warship/id1479593323">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-649.png" class="attachment-large size-large wp-image-4170" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7429d45" data-id="7429d45" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d13df80 elementor-widget elementor-widget-image" data-id="d13df80" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://play.google.com/store/apps/details?id=com.navallibrary.navallibrary&#038;hl=en&#038;gl=US">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-646.png" class="attachment-large size-large wp-image-4168" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-1e27637 elementor-widget elementor-widget-spacer" data-id="1e27637" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-30fefb9 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="30fefb9" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2a88560" data-id="2a88560" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c9ac93a elementor-widget elementor-widget-heading" data-id="c9ac93a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Business Requirements</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-37adaba elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="37adaba" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ee915e2" data-id="ee915e2" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-51a2bf1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="51a2bf1" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2a90792" data-id="2a90792" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dc13ff4 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="dc13ff4" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Enumerate various naval products available for sale from different countries.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4ce0057 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4ce0057" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a37b9a6" data-id="a37b9a6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c515b65 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="c515b65" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5b95127" data-id="5b95127" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fc6184c animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="fc6184c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Ensure that the application allows users to compare different products for informed purchasing decisions.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-46c889c elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="46c889c" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d19172d" data-id="d19172d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7c0f53d elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="7c0f53d" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8355285" data-id="8355285" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cfc65c6 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="cfc65c6" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Develop both Android and iOS applications for the naval products selling platform.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-827f0f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="827f0f9" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f2d2117" data-id="f2d2117" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d47c3f4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="d47c3f4" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0969525" data-id="0969525" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8c40b8a animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="8c40b8a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Publish the app on Google Play Store and App Store for easy accessibility by users.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-6d1479d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6d1479d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b773e4a" data-id="b773e4a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-991f108 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="991f108" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2fd0fa0" data-id="2fd0fa0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-38052d1 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="38052d1" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">Include in-app purchase features to enable users to easily buy products within the app.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1daa821" data-id="1daa821" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-de90d9f elementor-widget elementor-widget-heading" data-id="de90d9f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Key Features</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-1fc349b elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1fc349b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f5aa766" data-id="f5aa766" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-650c071 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="650c071" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-74813dc" data-id="74813dc" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f53a1fc animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="f53a1fc" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Comprehensive product listings: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Users can browse through a vast selection of second-hand ships and naval instruments for sale from different countries.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-ae8b305 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="ae8b305" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5417c21" data-id="5417c21" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-79db230 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="79db230" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e77f879" data-id="e77f879" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2783797 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="2783797" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Descriptions and images: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Each item on the app comes with a comprehensive description and clear images to help buyers make informed purchasing decisions.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-7003f76 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="7003f76" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-87a913a" data-id="87a913a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-75c4c51 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="75c4c51" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-11835ce" data-id="11835ce" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1aa908f animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="1aa908f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Comparison feature: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> The app allows users to compare different products side by side to help them find the best deals.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-3e0ed46 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="3e0ed46" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1e5fc07" data-id="1e5fc07" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-87f87b4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="87f87b4" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3d1d3b4" data-id="3d1d3b4" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3141d71 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="3141d71" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><b><span class="OYPEnA text-decoration-none text-strikethrough-none">User-friendly interface:</span></b><span class="OYPEnA text-decoration-none text-strikethrough-none"> </span><span class="OYPEnA text-decoration-none text-strikethrough-none">The app has a clean and intuitive interface that is easy to use for all types of users.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-b6b6c97 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="b6b6c97" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-eb8700d" data-id="eb8700d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-01227ab elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="01227ab" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f48c0c3" data-id="f48c0c3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-97ef88c animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="97ef88c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Multi-platform support: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app is available on both Android and iOS platforms to cater to a wider audience.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-151c18e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="151c18e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a9442e5" data-id="a9442e5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f8b3d08 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f8b3d08" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a0f4ade" data-id="a0f4ade" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d86b1f0 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="d86b1f0" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Secure payment options: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app includes secure payment options to ensure that users&#8217; transactions are safe and secure.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6f4201f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6f4201f" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-928180f" data-id="928180f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-15e8d22 elementor-align-center elementor-widget elementor-widget-button" data-id="15e8d22" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://drive.google.com/file/d/171ifcKDLZ5AtKellG_JsTiZ_oLfY0NCy/view?usp=sharing" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download Case Study</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/naval-library/">NAVAL LIBRARY</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://techypanther.com/naval-library/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MYSHAREPAL</title>
		<link>https://techypanther.com/mysharepal-2/</link>
					<comments>https://techypanther.com/mysharepal-2/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 12:06:27 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://techypanther.com/?p=8938</guid>

					<description><![CDATA[<p>MYSHAREPAL MySharePal is a Christian religion app that allows followers to enhance their knowledge about Jesus through quizzes and video training sessions. The app requires a mobile number login and has a user-friendly dashboard with chat, a home screen, and setting options. The home screen displays quizzes for followers to answer and improve their knowledge. Additionally, video training sessions are available for users to watch and learn. Key Features User Login: The app allows users to log in using their mobile numbers. The login process is simplified and easy to use. The app uses Firebase Mobile Auth for OTP-based authentication, making it secure and user-friendly. Quizzes: The home screen contains quizzes that the app&#8217;s followers can take to test their knowledge about Jesus and Christianity. The quizzes are sourced from a Google sheet, making it easy to manage and update the questions. User Settings: Users can update their details in the app&#8217;s settings, such as their name, email, and password. Training Sessions: The app offers training sessions in the form of videos. The videos are uploaded to the app and played using the Vimeo Video Player. Firestore Chat: The app&#8217;s chat functionality is powered by Firestore, allowing users to communicate with each other in real time. Results Sharing: After taking a quiz, users can share their results with others on the app. Solutions / Technologies Flutter 3.3 GetX Firebase Business Requirements Login and Dashboard: The app must have a login feature that requires users to enter their mobile numbers. Upon successful login, the app should land on the dashboard screen that contains three main sections &#8211; chat, home screen, and settings. Home Screen and Quiz: The home screen should contain a list of quizzes for the users to answer. The app must read the quiz questions from a Google Sheet. Users can answer the quizzes and receive their results upon completion. Training Sessions: The app should have training sessions that users can access to watch videos uploaded to the app. The video player must be integrated with Vimeo Video Player. Chat Functionality: The app must provide chat functionality using Firebase Firestore. Users should be able to communicate with each other and the app admin if they have any queries or issues. Share Results: The app should allow users to share their quiz results with others to compare and compete with other users. Challenges Faced User Experience: Creating an app with a seamless user experience can be challenging, especially with so many different types of users and devices to consider. The team must consider how the app will look and function across different screen sizes and resolutions, as well as how it will perform under different network conditions. Technical Complexity: Developing an app that integrates with different platforms and technologies can be challenging. The team must ensure that the app works seamlessly with the third-party services it relies on, such as Firebase Mobile Auth and Vimeo Video Player. Download Case Study</p>
<p>The post <a href="https://techypanther.com/mysharepal-2/">MYSHAREPAL</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="8938" class="elementor elementor-8938">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-034e8bf elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="034e8bf" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;,&quot;animation&quot;:&quot;none&quot;}">
							<div class="elementor-background-overlay"></div>
						<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bfa96b9" data-id="bfa96b9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-130a115 elementor-widget elementor-widget-spacer" data-id="130a115" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-81f4885 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="81f4885" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a06a1c6" data-id="a06a1c6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e9d7599 elementor-widget elementor-widget-heading" data-id="e9d7599" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">MYSHAREPAL</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-17ef8d3 animated-fast elementor-widget elementor-widget-text-editor" data-id="17ef8d3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><span class="OYPEnA text-decoration-none text-strikethrough-none">MySharePal is a Christian religion app that allows followers to enhance their knowledge about Jesus through quizzes and video training sessions. The app requires a mobile number login and has a user-friendly dashboard with chat, a home screen, and setting options. The home screen displays quizzes for followers to answer and improve their knowledge. Additionally, video training sessions are available for users to watch and learn.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cc66df0" data-id="cc66df0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5adab0f elementor-widget elementor-widget-image" data-id="5adab0f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="2007" height="1267" src="https://techypanther.com/wp-content/uploads/2022/04/my-shear-pal.png" class="attachment-full size-full wp-image-5624" alt="" srcset="https://techypanther.com/wp-content/uploads/2022/04/my-shear-pal.png 2007w, https://techypanther.com/wp-content/uploads/2022/04/my-shear-pal-1536x970.png 1536w" sizes="(max-width: 2007px) 100vw, 2007px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-357fc74 elementor-widget elementor-widget-spacer" data-id="357fc74" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a189d14 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="a189d14" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2600 131.1" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0 0L2600 0 2600 69.1 0 0z"/>
	<path class="elementor-shape-fill" style="opacity:0.5" d="M0 0L2600 0 2600 69.1 0 69.1z"/>
	<path class="elementor-shape-fill" style="opacity:0.25" d="M2600 0L0 0 0 130.1 2600 69.1z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3fd145d" data-id="3fd145d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c7d9e10 elementor-widget elementor-widget-heading" data-id="c7d9e10" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Key Features</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-fb4de3a elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="fb4de3a" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-231b486" data-id="231b486" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-740fff5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="740fff5" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4b21803" data-id="4b21803" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fa6b8d8 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="fa6b8d8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">User Login: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app allows users to log in using their mobile numbers. The login process is simplified and easy to use. The app uses Firebase Mobile Auth for OTP-based authentication, making it secure and user-friendly.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-2b39df3 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="2b39df3" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-223be1e" data-id="223be1e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bd3f016 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bd3f016" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0a31672" data-id="0a31672" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b0113f animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="4b0113f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none"><strong>Quizzes:</strong> The home screen contains quizzes that the app&#8217;s followers can take to test their knowledge about Jesus and Christianity. The quizzes are sourced from a Google sheet, making it easy to manage and update the questions.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-5a29463 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="5a29463" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6d869af" data-id="6d869af" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-89c1017 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="89c1017" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-546ae96" data-id="546ae96" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e3fd6a7 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="e3fd6a7" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="OYPEnA text-decoration-none text-strikethrough-none"><strong>User Settings:</strong> Users can update their details in the app&#8217;s settings, such as their name, email, and password.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-b967621 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="b967621" data-element_type="section" data-e-type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-93c25f9" data-id="93c25f9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b8e09d2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b8e09d2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f65d49b" data-id="f65d49b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3fd48ee animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="3fd48ee" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Training Sessions: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app offers training sessions in the form of videos. The videos are uploaded to the app and played using the Vimeo Video Player.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-fe7f7a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="fe7f7a9" data-element_type="section" data-e-type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bd37e0b" data-id="bd37e0b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fd77077 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="fd77077" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2c501ad" data-id="2c501ad" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-92a3188 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="92a3188" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Firestore Chat: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app&#8217;s chat functionality is powered by Firestore, allowing users to communicate with each other in real time.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-b74c031 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="b74c031" data-element_type="section" data-e-type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-dfe7758" data-id="dfe7758" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-adc72d8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="adc72d8" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0c5c50f" data-id="0c5c50f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-392b573 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="392b573" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Results Sharing: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">After taking a quiz, users can share their results with others on the app.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-b07d9a5 elementor-widget elementor-widget-heading" data-id="b07d9a5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Solutions / Technologies </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3cb2e16 elementor-widget elementor-widget-spacer" data-id="3cb2e16" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-d8a73fe elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d8a73fe" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Flutter 3.3</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">GetX</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-chevron-right"></i>						</span>
										<span class="elementor-icon-list-text">Firebase</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-d239143 elementor-widget elementor-widget-spacer" data-id="d239143" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7959a2e" data-id="7959a2e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c9dec6c elementor-widget elementor-widget-spacer" data-id="c9dec6c" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-59e3807 elementor-widget elementor-widget-image-carousel" data-id="59e3807" data-element_type="widget" data-e-type="widget" data-settings="{&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/09/asfaf.png" alt="asfaf" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/09/assas.png" alt="assas" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/09/ad.png" alt="ad" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://techypanther.com/wp-content/uploads/2023/09/effs.png" alt="effs" /></figure></div>			</div>
							
									</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-7604173 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="7604173" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-746a495" data-id="746a495" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2126fc4 elementor-widget elementor-widget-image" data-id="2126fc4" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://apps.apple.com/es/app/mysharepal/id1458785592">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-649.png" class="attachment-large size-large wp-image-4170" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4da4223" data-id="4da4223" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b558fbb elementor-widget elementor-widget-image" data-id="b558fbb" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://play.google.com/store/apps/details?id=com.mysharepal2">
							<img decoding="async" width="900" height="267" src="https://techypanther.com/wp-content/uploads/2022/04/Group-646.png" class="attachment-large size-large wp-image-4168" alt="" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-0d205cc elementor-widget elementor-widget-spacer" data-id="0d205cc" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f2badb8 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="f2badb8" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f5003ee" data-id="f5003ee" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f0df9de elementor-widget elementor-widget-heading" data-id="f0df9de" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Business Requirements</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-b107776 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="b107776" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-138158a" data-id="138158a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1b1e737 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1b1e737" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a7a8995" data-id="a7a8995" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-67e0cbb animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="67e0cbb" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Login and Dashboard: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app must have a login feature that requires users to enter their mobile numbers. Upon successful login, the app should land on the dashboard screen that contains three main sections &#8211; chat, home screen, and settings.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-211517c elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="211517c" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-136b86a" data-id="136b86a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6fcb70b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="6fcb70b" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-80b971f" data-id="80b971f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-71216f3 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="71216f3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Home Screen and Quiz: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The home screen should contain a list of quizzes for the users to answer. The app must read the quiz questions from a Google Sheet. Users can answer the quizzes and receive their results upon completion.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-b76bae8 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="b76bae8" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f4c2686" data-id="f4c2686" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4128a80 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4128a80" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-39caeb1" data-id="39caeb1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-753e841 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="753e841" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Training Sessions: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app should have training sessions that users can access to watch videos uploaded to the app. The video player must be integrated with Vimeo Video Player.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-5f370a2 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="5f370a2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e55bc99" data-id="e55bc99" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-46addbf elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="46addbf" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-903a8c6" data-id="903a8c6" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0b949bb animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="0b949bb" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Chat Functionality: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app must provide chat functionality using Firebase Firestore. Users should be able to communicate with each other and the app admin if they have any queries or issues.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-7e27e3c elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="7e27e3c" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b16b4d8" data-id="b16b4d8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9ed6a4a elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="9ed6a4a" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5f3bbce" data-id="5f3bbce" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9bb148b animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="9bb148b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="CDt4Ke zfr3Q" dir="ltr"><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Share Results: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">The app should allow users to share their quiz results with others to compare and compete with other users.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8425408" data-id="8425408" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-75067ed elementor-widget elementor-widget-heading" data-id="75067ed" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Challenges Faced</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-bd4a909 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="bd4a909" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-da6b262" data-id="da6b262" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c0e3dd4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="c0e3dd4" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3491048" data-id="3491048" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f80dcbc animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="f80dcbc" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">User Experience: </span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Creating an app with a seamless user experience can be challenging, especially with so many different types of users and devices to consider. The team must consider how the app will look and function across different screen sizes and resolutions, as well as how it will perform under different network conditions.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-b0f3d2f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="b0f3d2f" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4487ae1" data-id="4487ae1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-49a4a97 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="49a4a97" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-182ed02" data-id="182ed02" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f450114 animated-fast elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="f450114" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:600}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span class="OYPEnA text-decoration-none text-strikethrough-none">Technical Complexity:</span></strong><span class="OYPEnA text-decoration-none text-strikethrough-none"> Developing an app that integrates with different platforms and technologies can be challenging. The team must ensure that the app works seamlessly with the third-party services it relies on, such as Firebase Mobile Auth and Vimeo Video Player.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-e4058f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e4058f0" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ce80a6e" data-id="ce80a6e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9ede096 elementor-align-center elementor-widget elementor-widget-button" data-id="9ede096" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://drive.google.com/file/d/1nFC3v6Ts_YH091NLmRVP7kwyyy-22jHv/view?usp=sharing">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download Case Study</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div><p>The post <a href="https://techypanther.com/mysharepal-2/">MYSHAREPAL</a> first appeared on <a href="https://techypanther.com">Techy Panther</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://techypanther.com/mysharepal-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
