{"id":5080,"date":"2020-10-16T17:46:31","date_gmt":"2020-10-16T12:16:31","guid":{"rendered":"https:\/\/www.concettolabs.com\/blog\/?p=5080"},"modified":"2020-10-16T17:46:31","modified_gmt":"2020-10-16T12:16:31","slug":"flutter-enable-windows-desktop-apps-for-developers","status":"publish","type":"post","link":"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/","title":{"rendered":"Flutter Enable Windows-Desktop Apps for Developers"},"content":{"rendered":"<p>As a newbie, Flutter won a holy treasure of software that most developers loved to use. Flutter is a fast-growing mobile development tool. It allows startups and enterprises to save high costs on development services. According to Google, half a million developers use Flutter since version 1.0 was released in December 2018.<\/p>\n<p>Flutter is built to compete with a framework like React Native and build native interfaces for Android and iOS. Google aims to provide developers with an open-source and high-productivity framework. With this framework, they can make a beautiful native application on any platform.<\/p>\n<p>With the newly announced release, Google expands its flutter development to windows apps. The release was made to broaden the focus to include other platforms including Web, Linux, and macOS. Finally, new cross-platform software is available in the Windows platform from the same code base named in alpha.<\/p>\n<p>Today, the Native desktop App has opened a variety of options for Flutter users. It covers the developer\u2019s tooling, reducing friction for new users. And for apps that can reach any device from a single code base.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Whats_the_best_way_to_add_Windows_to_Flutter\"><\/span>What&#8217;s the best way to add Windows to Flutter?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Flutter is a cross-platform UI toolkit. It is designed to allow code reusability across the various OS. It enables developers to deliver high-performing apps. Flutter makes them feel natural while using different platforms. The Flutter engine supports primitives and all flutter applications. The machine used for rasterizing works as a new frame needed to paint. It comes with a low-level implementation of Flutter\u2019s core API. It includes text layout, convenience, plugin architecture, and Dart run time.<\/p>\n<p>Flutter adds up new services by enabling a new platform. With <strong>Flutter Windows Desktop<\/strong>, a whole new set of services adds in. It includes robust support for mouse wheels, keyboards, and various controllers on the input side. With the new Alpha release, it comes with a solid foundation that stabilizes over the coming months.<\/p>\n<p>To understand better <strong>Flutter development services<\/strong> on Windows, Google showcase open-source with sample apps like Flokk.<\/p>\n<p>Google&#8217;s contacts manage apps and are used for revamping Flutter Gallery built with desktop. The app was created in concert with the designers and developers at gskinner.com.<\/p>\n<p>The main goal of the app was to demonstrate the Flutter for desktop. By creating an innovative, and beautiful Flutter desktop app. The app can work with real Google contacts data by showing your contacts activity on GitHub and Twitter.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Get_Started_with_Flutter_Windows_Desktop_App\"><\/span><strong>Get Started with Flutter Windows Desktop App<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>One can start by installing the Flutter SDK using windows instructions. Target windows desktop, where you need to install the tooling available in desktop docs. Let\u2019s assume you want to build production software. And it&#8217;s not configured to develop Windows apps.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-5091 alignnone\" src=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/Screenshot_7-2.png\" alt=\"Flutter\" width=\"346\" height=\"76\" srcset=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/Screenshot_7-2.png 323w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/Screenshot_7-2-300x66.png 300w\" sizes=\"auto, (max-width: 346px) 100vw, 346px\" \/><\/p>\n<p>Here, the first command is used as experimental quality in the dev channel. It allows providing platform support used in alpha-like Windows.<\/p>\n<p>In the second command, it pulls down the latest bits on the dev channel.<\/p>\n<p>In the third command, it enables Windows app development on your PC.<\/p>\n<p>Once you have set up the above code, you can now create a new Flutter app. By using extension support for either Android Studio or Visual Studio Code. Later it\u2019ll make a windows subfolder. Now run the default app on Windows. As soon as your app is created, build a release mode, native EXE file, and support DLLs.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"What_are_the_Windows_Plugins\"><\/span>What are the Windows Plugins?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Flutter has already been working with Windows Plugins before the Alpha release. Check a few of the plugins.<\/p>\n<ul>\n<li>path_provider- It helps to find a path to particular directions on the user\u2019s machine.<\/li>\n<li>url_launcher- It launch URLs from your app\u2019s browser<\/li>\n<li>shared_preferences- It keeps user preferences serialized on user\u2019s machine-like Documents<\/li>\n<li>biometric_storage- Comes with storage encrypted by biometrics<\/li>\n<li>flutter_audio_desktop- Plays audio from desktop apps<\/li>\n<\/ul>\n<p>One of the benefits of using these plugins is most of them support Flutter platforms. It enables us to target your apps on Android, iOS, web, and windows. The highest quality and the used packages are a part of the Flutter Favourite program which will work on Windows.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Interop_with_Windows\"><\/span>Interop with Windows<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>If you\u2019d like to have your plugins for Windows, then you can enable a window from your machine, once you\u2019re on the dev channel. Get started with it using the following command.<\/p>\n<p><strong>$ flutter create &#8211;template plugin &#8211;platforms windows hello_plugin<\/strong><\/p>\n<p>Now, add Flutter code to the lib subfolder. Where your window code adds to the windows subfolder in your plugin project. After this plugin, you can communicate between two stacks. By using Platform channels and passing a message between Dart and C++ code. It\u2019s not that platform channels are the only options. But for interop, you can use Dart FFI to load libraries and call into C-style APIs like Win32 API, COM, and WinRT.<\/p>\n<p><strong>Also Read: <a href=\"https:\/\/www.concettolabs.com\/blog\/introduction-to-flutter-and-desktop-apps\/\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\">Introduction to Flutter and Desktop Apps<\/span><\/a><\/strong><\/p>\n<h3><span class=\"ez-toc-section\" id=\"Hows_Flutter_for_Windows_Resources\"><\/span>How\u2019s Flutter for Windows Resources?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-5088\" src=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-2-2.png\" alt=\"How\u2019s Flutter for Windows Resources?\" width=\"1170\" height=\"540\" srcset=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-2-2.png 1170w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-2-2-300x138.png 300w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-2-2-1024x473.png 1024w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-2-2-768x354.png 768w\" sizes=\"auto, (max-width: 1170px) 100vw, 1170px\" \/><\/p>\n<p>Read the desktop documentation of flutter. dev to understand the flutter window journey. Spin through the <a href=\"https:\/\/flutter.dev\/\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>Flutter<\/strong><\/span><\/a> codelab for writing a windows desktop-targeted application and windows. This included code for real-world scenario then it\u2019ll add OAuth, GraphQL, and GitHub API.<\/p>\n<p>Flutter Window uses Standard Windows File Open Dialog, a splitter widget, and a tree view widget. Which later integrates the results with a real-world REST API. We highly recommend the menubar plugin, DataTable widget, the NavigationRail Widget, and other support for mouse gestures to pan and zoom child widgets.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Whats_Next\"><\/span>What\u2019s Next<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>After alpha release, our primary attention shifts to completing the feature set and stabilizing the product for release. By using the remaining work to complete add accessibility, localization, globalization, text handling, and support command line arguments.<\/p>\n<p>Moreover, in addition to this, Flutter windows support the classic Win32 API by experimenting with <a href=\"https:\/\/www.concettolabs.com\/universal-windows-app-developer\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>UWP<\/strong><\/span><\/a> based version. It allows flutter to reach a broader audience.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Wrap_up\"><\/span>Wrap up<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The power of Flutter to Windows is released with its declarative, reactive framework for developer productivity. It\u2019s the adaptable implementation that helps you make your windows app look and feel the way you want it to. After your app completes, you can compile it to the native 64-bit code. It brings windows machines like any other native app.<\/p>\n<p>The time is here when we can use the same codebase to create an app targeting Android, web, iOS, macOS, Windows, and Linux. <a href=\"https:\/\/www.concettolabs.com\/flutter-app-development\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>Hire flutter developer<\/strong><\/span><\/a> to start building a windows app based on your requirements. You can also take help from any <a href=\"https:\/\/www.concettolabs.com\/flutter-app-development\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\"><strong>flutter app development company<\/strong><\/span><\/a>. Get ready to create windows-centric tooling for Flutter. Connect with us, if you\u2019re looking for the best flutter apps.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<style>\n.blog-block-1{background:url(https:\/\/www.concettolabs.com\/blog\/wp-content\/uploads\/2020\/08\/app-development.png);background-position: center;background-repeat: no-repeat;background-size: cover;width:100%;margin: 0 auto;padding: 20px 60px 80px;text-align: center; }.blog-block-1 h3{font-size: 40px;color: #fff;line-height: 60px;text-align:center;}.blog-block-1 p{color: #fff;font-size: 20px;}a.blog-btn-1{padding:10px 30px;background: #fbbf13;color: #fff!important;font-size: 18px;border: 0;cursor: pointer; text-align:center}.blog-block-1 p{text-align:center;color:#fff!important;}<\/style>\n<p>&nbsp;<\/p>\n<div class=\"blog-block-1\">\n<h3><span class=\"ez-toc-section\" id=\"Flutter_Enable_Windows-Desktop_Apps_for_Developers\"><\/span>Flutter Enable Windows-Desktop Apps for Developers<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><a class=\"blog-btn-1\" href=\"https:\/\/www.concettolabs.com\/inquiry\" target=\"_blank\" rel=\"nofollow\">Contact Us<\/a><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_71 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#Whats_the_best_way_to_add_Windows_to_Flutter\" title=\"What&#8217;s the best way to add Windows to Flutter?\">What&#8217;s the best way to add Windows to Flutter?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#Get_Started_with_Flutter_Windows_Desktop_App\" title=\"Get Started with Flutter Windows Desktop App\">Get Started with Flutter Windows Desktop App<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#What_are_the_Windows_Plugins\" title=\"What are the Windows Plugins?\">What are the Windows Plugins?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#Interop_with_Windows\" title=\"Interop with Windows\">Interop with Windows<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#Hows_Flutter_for_Windows_Resources\" title=\"How\u2019s Flutter for Windows Resources?\">How\u2019s Flutter for Windows Resources?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#Whats_Next\" title=\"What\u2019s Next\">What\u2019s Next<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#Wrap_up\" title=\"Wrap up\">Wrap up<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#Flutter_Enable_Windows-Desktop_Apps_for_Developers\" title=\"Flutter Enable Windows-Desktop Apps for Developers\">Flutter Enable Windows-Desktop Apps for Developers<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n","protected":false},"excerpt":{"rendered":"<p>As a newbie, Flutter won a holy treasure of software that most developers loved to use. Flutter is a fast-growing mobile development tool. It allows startups and enterprises to save high costs on development services. According to Google, half a million developers use Flutter since version 1.0 was released in December 2018. Flutter is built [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":5087,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[2293,2294,1025,1696,2295,2296,2297,974],"class_list":["post-5080","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-best-flutter-apps","tag-flutter-app-builder","tag-flutter-app-development-company","tag-flutter-development-services","tag-flutter-web-app","tag-flutter-windows-desktop","tag-flutter-windows-desktop-app","tag-hire-flutter-developer"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Flutter Enable Windows-Desktop Apps for the Developers<\/title>\n<meta name=\"description\" content=\"Google is bringing in Windows Desktop app development support to Flutter, its open-source cross-platform app development framework.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Flutter Enable Windows-Desktop Apps for the Developers\" \/>\n<meta property=\"og:description\" content=\"Google is bringing in Windows Desktop app development support to Flutter, its open-source cross-platform app development framework.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/\" \/>\n<meta property=\"og:site_name\" content=\"concettolabs\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-16T12:16:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Shreya Bhankhar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shreya Bhankhar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/\",\"name\":\"Flutter Enable Windows-Desktop Apps for the Developers\",\"isPartOf\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-3.png\",\"datePublished\":\"2020-10-16T12:16:31+00:00\",\"dateModified\":\"2020-10-16T12:16:31+00:00\",\"author\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/7b8ce34f5dbb86312cc65e6f6b5ac61e\"},\"description\":\"Google is bringing in Windows Desktop app development support to Flutter, its open-source cross-platform app development framework.\",\"breadcrumb\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#primaryimage\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-3.png\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-3.png\",\"width\":1170,\"height\":540,\"caption\":\"Flutter Enable Windows-Desktop Apps for Developers\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Flutter Enable Windows-Desktop Apps for Developers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\",\"name\":\"concettolabs\",\"description\":\"Just another WordPress site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/7b8ce34f5dbb86312cc65e6f6b5ac61e\",\"name\":\"Shreya Bhankhar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/IMG_20201226_180223_Bokeh-scaled-1-96x96.jpeg\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/IMG_20201226_180223_Bokeh-scaled-1-96x96.jpeg\",\"caption\":\"Shreya Bhankhar\"},\"description\":\"Shreya Bhankhar is a Flutter Tech Lead. It's been 5 years since I have working with Mobile Application Development. I love my job and work I do in Flutter Android and Kotlin, I always look for simplest solution for complex issues to ensure easy ness for all.\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/shreya-bhankhar\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Flutter Enable Windows-Desktop Apps for the Developers","description":"Google is bringing in Windows Desktop app development support to Flutter, its open-source cross-platform app development framework.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Flutter Enable Windows-Desktop Apps for the Developers","og_description":"Google is bringing in Windows Desktop app development support to Flutter, its open-source cross-platform app development framework.","og_url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/","og_site_name":"concettolabs","article_published_time":"2020-10-16T12:16:31+00:00","og_image":[{"width":1170,"height":540,"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-3.png","type":"image\/png"}],"author":"Shreya Bhankhar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shreya Bhankhar","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/","name":"Flutter Enable Windows-Desktop Apps for the Developers","isPartOf":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#primaryimage"},"image":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#primaryimage"},"thumbnailUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-3.png","datePublished":"2020-10-16T12:16:31+00:00","dateModified":"2020-10-16T12:16:31+00:00","author":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/7b8ce34f5dbb86312cc65e6f6b5ac61e"},"description":"Google is bringing in Windows Desktop app development support to Flutter, its open-source cross-platform app development framework.","breadcrumb":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#primaryimage","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-3.png","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2020\/10\/window-flutter-3.png","width":1170,"height":540,"caption":"Flutter Enable Windows-Desktop Apps for Developers"},{"@type":"BreadcrumbList","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/flutter-enable-windows-desktop-apps-for-developers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/websitelaravel.concettoprojects.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Flutter Enable Windows-Desktop Apps for Developers"}]},{"@type":"WebSite","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/","name":"concettolabs","description":"Just another WordPress site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/7b8ce34f5dbb86312cc65e6f6b5ac61e","name":"Shreya Bhankhar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/IMG_20201226_180223_Bokeh-scaled-1-96x96.jpeg","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/IMG_20201226_180223_Bokeh-scaled-1-96x96.jpeg","caption":"Shreya Bhankhar"},"description":"Shreya Bhankhar is a Flutter Tech Lead. It's been 5 years since I have working with Mobile Application Development. I love my job and work I do in Flutter Android and Kotlin, I always look for simplest solution for complex issues to ensure easy ness for all.","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/shreya-bhankhar\/"}]}},"_links":{"self":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/5080","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/comments?post=5080"}],"version-history":[{"count":0,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/5080\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media\/5087"}],"wp:attachment":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media?parent=5080"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/categories?post=5080"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/tags?post=5080"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}