<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: utkershrajvenshi</title>
    <description>The latest articles on DEV Community by utkershrajvenshi (@utkershrajvenshi).</description>
    <link>https://dev.to/utkershrajvenshi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F856276%2Fd4edcdfc-8c13-4ea7-88d6-cb8feba82ec5.jpeg</url>
      <title>DEV Community: utkershrajvenshi</title>
      <link>https://dev.to/utkershrajvenshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/utkershrajvenshi"/>
    <language>en</language>
    <item>
      <title>Building a Flutter application | Day Zero</title>
      <dc:creator>utkershrajvenshi</dc:creator>
      <pubDate>Sat, 07 May 2022 15:22:50 +0000</pubDate>
      <link>https://dev.to/utkershrajvenshi/building-a-flutter-application-day-zero-3f55</link>
      <guid>https://dev.to/utkershrajvenshi/building-a-flutter-application-day-zero-3f55</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Hi everyone. My name is Utkersh Rajvenshi, a final year student from National Institute of Technology, Uttarakhand majoring in Electrical and Electronics Engineering. I was recently introduced to this hackathon by Appwrite while reading a DEV post for a project I was working on recently.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Motivation
&lt;/h2&gt;

&lt;p&gt;I will be making a submission for this hackathon by building an application with Flutter. Recently, I came across an app on Android that lets you create a family room with 4 members and allows you to track their realtime location. I installed that app on my parents' devices but found out that it only supports more than Android 7.0 devices.&lt;/p&gt;

&lt;p&gt;Well, I am one of the 1.6% users in the world that still use Android 5.1 on their devices. So, I wanted an app which would support my device. However, my options ran out as not a single one interested me with their bland user interfaces.&lt;/p&gt;

&lt;p&gt;Also, none of the applications I came across on Google Play Store were open-source. Since I would be sharing such critical information with the app, I do expect some disclosure of where my data is being hosted or how it's going to be used.&lt;/p&gt;

&lt;p&gt;With this in mind, I decided to make an app called &lt;a href="https://github.com/utkershrajvenshi/findmyfamily"&gt;FindMyFamily&lt;/a&gt; where you could share your location among your family members in real-time. It would have support starting from Android 5.0. I will try to extend the functionality by having more than 4 members in a group and a simplistic yet clean user interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  Developing with Appwrite
&lt;/h2&gt;

&lt;p&gt;So far, I have looked around in the &lt;a href="https://appwrite.io/docs/"&gt;documentation&lt;/a&gt; of Appwrite and I have to say this would really make my life easier for back-end integration. The service being self-hosted means I won't have to worry about high costs if the project gains traction and the user-base increases.&lt;/p&gt;

&lt;p&gt;I did have some issues getting it running for the first time on my machine since I am absolutely new to Docker but thankfully the good folks on &lt;a href="https://appwrite.io/discord"&gt;Appwrite's Discord server&lt;/a&gt; made sure that my issues were fixed and I could focus on development.&lt;/p&gt;

&lt;h2&gt;
  
  
  Short on time
&lt;/h2&gt;

&lt;p&gt;I realise that I am late to the party, so I have to make the most of the 5 days left in the hackathon to come up with a workable solution. Here are some services that I believe my project would require:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Appwrite's Accounts API&lt;/li&gt;
&lt;li&gt;Appwrite Storage&lt;/li&gt;
&lt;li&gt;Google Maps API&lt;/li&gt;
&lt;li&gt;Optimized location tracking(achievable through &lt;a href="https://pub.dev/packages/sensors_plus"&gt;sensors_plus&lt;/a&gt; and &lt;a href="https://pub.dev/packages/geolocator"&gt;geolocator&lt;/a&gt; packages in Flutter)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These should be enough for me to make the first iteration of the project. I will be keeping track of my progress by making such posts on &lt;a href="https://dev.to"&gt;DEV.to&lt;/a&gt; so in case any other dependencies are required, I'll be sure to mention them in a post.&lt;/p&gt;

&lt;h2&gt;
  
  
  Off to the races
&lt;/h2&gt;

&lt;p&gt;This was my Day Zero of Appwrite hackathon. Onward!&lt;/p&gt;

</description>
      <category>appwritehack</category>
      <category>beginners</category>
      <category>flutter</category>
      <category>git</category>
    </item>
  </channel>
</rss>
