{"id":113,"date":"2025-05-20T04:42:04","date_gmt":"2025-05-20T04:42:04","guid":{"rendered":"https:\/\/documentation.iqonic.design\/frezka\/?p=113"},"modified":"2026-03-05T10:08:51","modified_gmt":"2026-03-05T10:08:51","slug":"installation","status":"publish","type":"post","link":"https:\/\/documentation.iqonic.design\/frezka\/installation\/","title":{"rendered":"Installation"},"content":{"rendered":"<div class=\"nolwrap\">\n<h3 class=\"wp-block-heading\">Flutter Installation Guide<\/h3>\n\n\n\n<p>This guide helps you install all the required tools and dependencies to successfully run and develop a Flutter-based mobile application. If you are setting up the project for the first time or switching devices, follow this guide to avoid configuration issues.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd39 Flutter &amp; Dart SDK<\/h2>\n\n\n\n<p>Make sure Flutter and Dart SDK are installed on your system. These are essential for Flutter app development.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install Flutter SDK \u2013 <em><a href=\"https:\/\/docs.flutter.dev\/install\/archive\" target=\"_blank\" rel=\"noopener\">Click here<\/a><\/em><\/li>\n\n\n\n<li>Set up Environment for Flutter \u2013 <em><a href=\"https:\/\/documentation.iqonic.design\/frezka\/app-faqs\/how-to-setup-flutter-environment\">Click here<\/a><\/em><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd39 Choose an IDE<\/h2>\n\n\n\n<p>You can use any of the following IDEs for Flutter development:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Android Studio<\/li>\n\n\n\n<li>Visual Studio Code<\/li>\n\n\n\n<li>IntelliJ IDEA<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd39 Set Up Your Editor<\/h2>\n\n\n\n<p>After installing your IDE, configure it by installing the Flutter and Dart plugins to enable Flutter development features.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install Flutter and Dart Plugins \u2013 <em><a href=\"#install-flutter-and-dart-plugins\">Click here<\/a><\/em><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd39 GitHub \/ GitLab (Version Control)<\/h2>\n\n\n\n<p>While not mandatory, using Git is highly recommended for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tracking changes in your project<\/li>\n\n\n\n<li>Collaborating with other developers<\/li>\n<\/ul>\n\n\n\n<p>Download Git: <strong><a href=\"https:\/\/github.com\/\" target=\"_blank\" rel=\"noopener\">GitHub<\/a> \/ <a href=\"https:\/\/about.gitlab.com\/\" target=\"_blank\" rel=\"noopener\">GitLab<\/a><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd38 Basic Installation<\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u26a0\ufe0f <strong>Important:<\/strong> Choose your platform and follow the corresponding steps to build and run the application.<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Supported Platforms:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/docs.flutter.dev\/install\/quick\" target=\"_blank\" rel=\"noopener\">Windows<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.flutter.dev\/install\/quick\" target=\"_blank\" rel=\"noopener\">macOS<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.flutter.dev\/install\/quick\" target=\"_blank\" rel=\"noopener\">Linux<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.flutter.dev\/install\/quick\" target=\"_blank\" rel=\"noopener\">Chrome OS<\/a><\/li>\n<\/ul>\n\n\n\n<p>\ud83d\udccc Note : For detailed instructions, visit the official Flutter documentation: <a href=\"https:\/\/docs.flutter.dev\/install\/quick\" target=\"_blank\" rel=\"noopener\">Flutter Quick Install Guide<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/documentation.iqonic.design\/streamit-laravel\/wp-content\/uploads\/sites\/5\/2025\/04\/image-25.png\" alt=\"\" class=\"wp-image-1665\" \/><\/figure>\n\n\n\n<p>Here, you can click on the <strong>icons for your specific platform<\/strong> (Windows, macOS, Linux, Chrome OS) and follow the step-by-step guidance to complete the installation process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-flutter-and-dart-plugins\">\ud83d\udd38&nbsp;<strong>Install Flutter and Dart Plugins<\/strong><\/h2>\n\n\n\n<p><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Android Studio<\/strong><\/li>\n\n\n\n<li>Go to <strong>Preferences (macOS)<\/strong> or <strong>Settings (Windows\/Linux)<\/strong><\/li>\n\n\n\n<li>Select <strong>Plugins<\/strong> from the left sidebar<\/li>\n\n\n\n<li>Open the <strong>Marketplace<\/strong> tab<\/li>\n\n\n\n<li>Search for <strong>Flutter<\/strong><\/li>\n\n\n\n<li>Click <strong>Install<\/strong> on the Flutter plugin<\/li>\n\n\n\n<li>Install the <strong>Dart<\/strong> plugin<\/li>\n\n\n\n<li>Restart Android Studio when prompted<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Visual Studio Code<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Visual Studio Code<\/strong><\/li>\n\n\n\n<li>Go to the <strong>Extensions<\/strong> view (square icon in the sidebar)<\/li>\n\n\n\n<li>Search for <strong>Flutter<\/strong><\/li>\n\n\n\n<li>Click <strong>Install<\/strong> on the Flutter extension (by the Flutter team)<\/li>\n\n\n\n<li>Install the <strong>Dart<\/strong> extension<\/li>\n\n\n\n<li>Restart VS Code if needed<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">IntelliJ IDEA<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>IntelliJ IDEA<\/strong><\/li>\n\n\n\n<li>Go to <strong>File \u2192 Settings (Windows\/Linux)<\/strong> or <strong>IntelliJ IDEA \u2192 Preferences (macOS)<\/strong><\/li>\n\n\n\n<li>Open <strong>Plugins<\/strong><\/li>\n\n\n\n<li>Go to the <strong>Marketplace<\/strong> tab<\/li>\n\n\n\n<li>Search for <strong>Flutter<\/strong><\/li>\n\n\n\n<li>Click <strong>Install<\/strong> on the Flutter plugin<\/li>\n\n\n\n<li>Install the <strong>Dart<\/strong> plugin<\/li>\n\n\n\n<li>Restart IntelliJ IDEA when prompted<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udcda Reference<\/h2>\n\n\n\n<p>For detailed installation instructions and troubleshooting, refer to the official Flutter documentation:<\/p>\n\n\n\n<p>\ud83d\udd17 <strong><a href=\"https:\/\/docs.flutter.dev\/install\" target=\"_blank\" rel=\"noopener\">Flutter Installation Documentation<\/a><\/strong><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Flutter Installation Guide This guide helps you install all the required tools and dependencies to successfully run and develop a Flutter-based mobile application. If you are setting up the project for the first time or switching devices, follow this guide to avoid configuration issues. \ud83d\udd39 Flutter &amp; Dart SDK Make sure Flutter and Dart SDK [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":46,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-113","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"featured_image_src":null,"author_info":{"display_name":"laraveladminiq","author_link":"https:\/\/documentation.iqonic.design\/frezka\/author\/laraveladminiq\/"},"children":[],"_links":{"self":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/113","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/comments?post=113"}],"version-history":[{"count":8,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/113\/revisions"}],"predecessor-version":[{"id":1523,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/113\/revisions\/1523"}],"up":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/46"}],"wp:attachment":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/media?parent=113"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/categories?post=113"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/tags?post=113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}