<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Flutter on GeekyHub</title>
    <link>https://www.geekyhub.in/tags/flutter/</link>
    <description>Recent content in Flutter on GeekyHub</description>
    <generator>Hugo -- 0.148.1</generator>
    <language>en</language>
    <lastBuildDate>Sat, 19 Feb 2022 10:05:21 +0530</lastBuildDate>
    <atom:link href="https://www.geekyhub.in/tags/flutter/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Journey of building a game using the Flutter</title>
      <link>https://www.geekyhub.in/post/react-native-dev-learns-flutter/</link>
      <pubDate>Sat, 19 Feb 2022 09:17:00 +0530</pubDate>
      <guid>https://www.geekyhub.in/post/react-native-dev-learns-flutter/</guid>
      <description>Learning Experience of flutter</description>
      <content:encoded><![CDATA[<p>For the last few weeks, I have been working on a React Native project for work. So this was my first experience writing &ldquo;real&rdquo; mobile apps. Before that, I only wrapped PWA&rsquo;s as APK and called myself a mobile developer 😎.</p>
<p>React-Native came naturally to me after climbing some learning curves as a React Developer. So, now I wanted to check out the buzz around Flutter.</p>
<p>So last weekend was a fine sunny day which is quite pleasing in the late winter season. It might not be winter from many people&rsquo;s standard. I opened the Flutter documentation getting started page. The installation file was quite big compared to react-native and it made my expectations high.</p>
<p>At this point, I knew nothing about dart and Flutter, how it works and how to write code. But the Flutter had an excellent <a href="https://docs.flutter.dev/get-started/flutter-for/react-native-devs">write-up</a> comparing React-Native to Dart and Flutter. It helped me directly dive into building things without learning anything. I got pumped up to create something; I thought of a real simple application/game that is just sorting a list of cities so that traversing through all cities in order will be optimal. It&rsquo;s not a fair game from the graphics standard, 😥 but good enough for me.</p>
<p>The app uses a list of cities downloaded from <a href="https://simplemaps.com/data/in-cities">simplemaps.com</a> and used a geometry formula to calculate the distance. After a day of playing out, I was able to finish it with the help of a lot of google, stack overflow, and 3rd party packages.</p>
<p>It almost feels like magic that I still don&rsquo;t know dart language correctly, but my app is running. Flutter dev tools are excellent compared to React-Native, which helped me identify and fix issues more quickly.</p>
<p>I published my app just for fun ☺️ on the <a href="https://play.google.com/store/apps/details?id=com.distoptim.geekyhub">PlayStore</a>, and if you are interested, you can also check out the <a href="https://github.com/vikas-0/Distoptim">code</a>.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
