<?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>Forem: Redmund Nacario</title>
    <description>The latest articles on Forem by Redmund Nacario (@nacariored).</description>
    <link>https://forem.com/nacariored</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%2F597227%2F30db52f2-e9e1-45b7-9af3-f4a916ffce8c.png</url>
      <title>Forem: Redmund Nacario</title>
      <link>https://forem.com/nacariored</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nacariored"/>
    <language>en</language>
    <item>
      <title>Setting up Flutter</title>
      <dc:creator>Redmund Nacario</dc:creator>
      <pubDate>Tue, 21 May 2024 07:48:36 +0000</pubDate>
      <link>https://forem.com/nacariored/setting-up-flutter-3n64</link>
      <guid>https://forem.com/nacariored/setting-up-flutter-3n64</guid>
      <description>&lt;p&gt;Setting up Flutter is easy. Bookmark or Read this tutorial to have an idea how easy to start mobile app development in both iOS and android.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Steps&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Install flutter via terminal using the following command:&lt;br&gt;&lt;br&gt;
&lt;code&gt;brew install --cask flutter&lt;/code&gt;&lt;br&gt;&lt;br&gt;
This will install dart and flutter in “/usr/local/bin”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check your installation. Use this command to determine if there are missing SDK tools or requirements.&lt;br&gt;&lt;br&gt;
&lt;code&gt;flutter doctor&lt;/code&gt;&lt;br&gt;&lt;br&gt;
If you manage to install flutter, dart and its required tools, it will look like the same as the image shown below. Initially, some tools are missing. It will be marked with check if you complete Step #3.&lt;br&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fivd15erw88bnmtt6i1zj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fivd15erw88bnmtt6i1zj.png" alt="Image description" width="800" height="277"&gt;&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Install the tools specific for Android and IOS app development. See more in this &lt;a href="https://medium.com/@redmundnacario/setting-up-flutter-for-macos-9249a24ee5d8"&gt;Article&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ios</category>
      <category>android</category>
      <category>flutter</category>
      <category>mobile</category>
    </item>
  </channel>
</rss>
