{"id":5634,"date":"2021-04-22T09:06:22","date_gmt":"2021-04-22T02:06:22","guid":{"rendered":"https:\/\/briswell-vn.com\/?p=5634"},"modified":"2021-04-22T09:06:22","modified_gmt":"2021-04-22T02:06:22","slug":"flutter2","status":"publish","type":"post","link":"https:\/\/www.briswell-vn.com\/en\/news\/flutter2\/","title":{"rendered":"Flutter2"},"content":{"rendered":"<p>At 2021\/3\/4, <a title=\"Flutter2\" href=\"https:\/\/developers.googleblog.com\/2021\/03\/announcing-flutter-2.html\">Flutter2 <\/a>\u00a0was released with new features added:<\/p>\n<div>\n<p>&#8211; Web&#8217;s , desktop&#8217;s support has been in stable channel (they were in beta channel before), which mean you can bring your app officially to Web, Mac OS and Windows OS.<\/p>\n<div>\n<p>&#8211; <a href=\"https:\/\/proxify.io\/articles\/flutter-2-null-safety\">Sound Null Safety<\/a>, but not all packages has been updated with this feature so consider this when you intend to upgrade your current project with new Flutter version.<\/p>\n<\/div>\n<div>\n<p>&#8211; New widgets: <a href=\"https:\/\/api.flutter.dev\/flutter\/material\/Autocomplete-class.html\">Autocomplete<\/a>\u00a0and <a href=\"https:\/\/api.flutter.dev\/flutter\/material\/ScaffoldMessenger-class.html\">ScaffoldMessenger<\/a>.<\/p>\n<div>\n<p>&#8211; Upgrade on extensions for code editors(<a href=\"https:\/\/flutter.dev\/docs\/development\/tools\/vs-code\">Visual Studio Code<\/a> and <a href=\"https:\/\/flutter.dev\/docs\/development\/tools\/android-studio\">Android Studio<\/a>).<\/p>\n<div>\n<p>&#8211; Ecosystem and DevTools updates, Bug fixes, Flutter Fix are also included.<\/p>\n<p>You can refer all of updates at <a href=\"https:\/\/developers.googleblog.com\/2021\/03\/announcing-flutter-2.html\">Announcing Flutter 2<\/a>. If you want to give it a try, you can download it at <a href=\"https:\/\/flutter.dev\/docs\/get-started\/install\">here.<\/a><\/p>\n<div>And right now we will show you from how to configure 1 Flutter2 app in MacOS and run it in different platforms (iOS, Web, MacOS), keep reading!<\/div>\n<\/div>\n<div>\n<div><\/div>\n<h2>Configure Flutter2<\/h2>\n<div>\n<div>In case you have been working in some Flutter1 projects and you don&#8217;t want to upgrade them to Flutter2, you have to configure the path for Flutter as following, otherwise you can skip this step.<\/div>\n<\/div>\n<p>After unzipping downloaded Flutter2 folder, open <strong>Terminal<\/strong> app then type:<\/p>\n<pre>nano ~\/.bash_profile<\/pre>\n<div>\n<div>Add alias path to Flutter2 folder to <em>.bash_profile<\/em> file:<\/div>\n<\/div>\n<\/div>\n<div>\n<pre>alias flutter2=\/path\/to\/flutter2\/bin\/flutter<\/pre>\n<div>\n<div>Reload <em>.bash_profile<\/em> file<\/div>\n<div>\n<div>\n<pre>source ~\/.bash_profile<\/pre>\n<div>\n<div>Now when you run <strong>flutter2 <\/strong>command you will work in Flutter2 only. You can check version for sure:<\/div>\n<pre>flutter2 --version<\/pre>\n<\/div>\n<\/div>\n<div>You will see some thing like below:<\/div>\n<div>\n<pre>Flutter 2.0.1 \u2022 channel stable \u2022 https:\/\/github.com\/flutter\/flutter.git\r\nFramework \u2022 revision c5a4b4029c (2 weeks ago) \u2022 2021-03-04 09:47:48 -0800\r\nEngine \u2022 revision 40441def69\r\nTools \u2022 Dart 2.12.0<\/pre>\n<div>\n<div>Upgrade if needed:<\/div>\n<div>\n<pre>flutter2 upgrade<\/pre>\n<div>\n<h2>Create new project and configure with Visual Studio Code (VSCode)<\/h2>\n<p>Open <strong>Terminal<\/strong> app, create a new project named <strong>sample_flutter2<\/strong><\/p>\n<div>\n<pre>flutter2 create sample_flutter2<\/pre>\n<p>Open project with VSCode, then add flutter2 SDK path by creating file <em>settings.json<\/em> in folder <em><span style=\"text-decoration: underline;\">.vs_code\/ <\/span><\/em>then paste following:<\/p>\n<div>\n<pre>{\r\n\"dart.flutterSdkPath\": \"path\/to\/flutter2\/folder\"\r\n}<\/pre>\n<h2>Run in iOS<\/h2>\n<div>\n<div>From <strong>VSCode<\/strong>, select iphone as run device(in here we select iphone simulator iPhone12 Pro Max)<\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-5647\" src=\"https:\/\/briswell-vn.com\/wp-content\/uploads\/2021\/03\/select_iphone-300x152.png\" alt=\"\" width=\"300\" height=\"152\" srcset=\"https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29104853\/select_iphone-300x152.png 300w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29104853\/select_iphone.png 768w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div>\n<div>\n<div>\n<div>Then run, easy!!<\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-5648 size-full\" src=\"https:\/\/briswell-vn.com\/wp-content\/uploads\/2021\/03\/run_in_iphone.png\" alt=\"\" width=\"231\" height=\"500\" srcset=\"https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29104929\/run_in_iphone.png 231w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29104929\/run_in_iphone-139x300.png 139w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29104929\/run_in_iphone-116x250.png 116w\" sizes=\"auto, (max-width: 231px) 100vw, 231px\" \/><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div>\n<h4>Build to .ipa<\/h4>\n<pre>flutter2 build ipa --profile<\/pre>\n<p>Above command will output Runner.xcarchive at folder build\/ios\/archive, which click on it will open Xcode, you can archive to .ipa file normally from then<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-5652 size-large\" src=\"https:\/\/briswell-vn.com\/wp-content\/uploads\/2021\/03\/Screen-Shot-2021-03-29-at-13.12.14-1024x199.png\" alt=\"\" width=\"1024\" height=\"199\" srcset=\"https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29131227\/Screen-Shot-2021-03-29-at-13.12.14-1024x199.png 1024w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29131227\/Screen-Shot-2021-03-29-at-13.12.14-300x58.png 300w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29131227\/Screen-Shot-2021-03-29-at-13.12.14-768x150.png 768w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29131227\/Screen-Shot-2021-03-29-at-13.12.14-1536x299.png 1536w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29131227\/Screen-Shot-2021-03-29-at-13.12.14.png 1684w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p>Note: besides <em>&#8211;profile<\/em> flag you can also choose <em>&#8211;release<\/em> flag for release mode,(Flutter has 3 build mode: debug, profile and release mode)<\/p>\n<h2>Run in Web<\/h2>\n<div>\n<div>From <strong>VSCode<\/strong>, select <strong>Chrome<\/strong> as run device<\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-5650\" src=\"https:\/\/briswell-vn.com\/wp-content\/uploads\/2021\/03\/select_device-300x144.png\" alt=\"\" width=\"300\" height=\"144\" srcset=\"https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29105750\/select_device-300x144.png 300w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29105750\/select_device.png 710w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div>\n<div>Then you will see what exactly with iOS version<\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-5651 size-large\" src=\"https:\/\/briswell-vn.com\/wp-content\/uploads\/2021\/03\/chrome_result-1024x960.png\" alt=\"\" width=\"1024\" height=\"960\" srcset=\"https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29124734\/chrome_result-1024x960.png 1024w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29124734\/chrome_result-300x281.png 300w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29124734\/chrome_result-768x720.png 768w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29124734\/chrome_result-267x250.png 267w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29124734\/chrome_result.png 1058w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/div>\n<div><\/div>\n<div>\n<h4>Build to html<\/h4>\n<div>\n<pre>flutter2 build web --web-renderer html --profile<\/pre>\n<div><em>&#8211;profile<\/em>: build mode (<em>profile<\/em> or <em>release<\/em> flag)<\/div>\n<div><em>&#8211;web-renderer html<\/em>: render mode, there are 3 options:<\/div>\n<div>\u00a0 &#8211; <em>auto<\/em>: When app run in mobile browser, it will use HTML render. In case app run in desktop browser, it will use CanvasKit renderer<\/div>\n<div>\n<div>\u00a0 &#8211; <em>html<\/em>: App always use HTML render.<\/div>\n<div>\u00a0 &#8211; <em>canvaskit<\/em>: App always use Canvaskit render.<\/div>\n<div><\/div>\n<\/div>\n<div>\n<p>Above command will output .html, .css, .js files at build\/web\/ folder. If you try running <em>.\/build\/web\/index.html<\/em> directly in Chrome, you may have the following error:<\/p>\n<div>\n<pre>Access to internal resource at 'file:\/\/\/manifest.json' from origin 'null' has been blocked by CORS policy: \r\nCross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.<\/pre>\n<div>To avoid that, you can use a Chrome&#8217;s extension named <a href=\"https:\/\/chrome.google.com\/webstore\/detail\/web-server-for-chrome\/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=en)\">Web Server for Chrome<\/a> to simulate a local server on the folder <em>.\/build\/web\/<\/em> then you can try to run <em>index.html<\/em> again.<\/div>\n<\/div>\n<\/div>\n<div><\/div>\n<h2>Run in Mac OS<\/h2>\n<div>\n<div>You need to enable desktop develop first<\/div>\n<div>\n<p>&#8211; For <strong>MacOS<\/strong> development<\/p>\n<pre>flutter2 config --enable-macos-desktop<\/pre>\n<\/div>\n<div>\n<p>&#8211; For <strong>Windows<\/strong> development<\/p>\n<pre>flutter2 config --enable-windows-desktop<\/pre>\n<\/div>\n<div>\n<p>&#8211; For <strong>Linux<\/strong> development<\/p>\n<pre>flutter2 config --enable-linux-desktop<\/pre>\n<\/div>\n<div>\n<div>Then add desktop support to existing project<\/div>\n<pre>flutter2 create --platforms=windows,macos,linux .<\/pre>\n<div>You can choose what OS as you want (windows\/macos\/linux).<\/div>\n<div><\/div>\n<div>\n<div>From VSCode, select desktop version as run device(in here we select <strong>macOS<\/strong>)<\/div>\n<\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-5662\" src=\"https:\/\/briswell-vn.com\/wp-content\/uploads\/2021\/03\/select_desktop-300x177.png\" alt=\"\" width=\"300\" height=\"177\" srcset=\"https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29140531\/select_desktop-300x177.png 300w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29140531\/select_desktop.png 666w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div>\n<div>\n<div>\n<div>Then run, that all!!<\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-5663 size-large\" src=\"https:\/\/briswell-vn.com\/wp-content\/uploads\/2021\/03\/desktop_version-1024x738.png\" alt=\"\" width=\"1024\" height=\"738\" srcset=\"https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29140649\/desktop_version-1024x738.png 1024w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29140649\/desktop_version-300x216.png 300w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29140649\/desktop_version-768x553.png 768w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29140649\/desktop_version.png 1202w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/div>\n<\/div>\n<h4>Output to .app file<\/h4>\n<div>\n<pre>flutter2 build macos --profile<\/pre>\n<div>Above command will output <em>sample_flutter2.app<\/em> file at <em>\/build\/macos\/Build\/Products\/Profile<\/em> with profile build mode (you can select <em>&#8211;release<\/em> flag if you want)<\/div>\n<div><\/div>\n<h2>Flutter&#8217;s pros (Good points)<\/h2>\n<\/div>\n<div>\n<div>\n<div>&#8211; Obviously, the best of Flutter is multi-platform supported, which is the good choice for start-up to start with. We can implement from iOS or Android\u00a0 then re-use source code for Web version in the future with the cost is much below than building from the beginning in each platform.<\/div>\n<\/div>\n<div>\n<div>\n<div><\/div>\n<div>&#8211; The app UI and logic don\u2019t change depending on the platform, it look and work exactly in every platform.<\/div>\n<div><\/div>\n<div>&#8211; Flutter is growing very fast with many 3rd party libraries at <a href=\"https:\/\/pub.dev\/\">pub.dev<\/a><\/div>\n<\/div>\n<div>\n<div>\n<div><\/div>\n<div>&#8211; <strong>Hot reload<\/strong> easily with VSCode or Android Studio, so compare with native languages like Swift, Kotlin, developing progress will save a ton of time for debugging, which save much cost in development progress.<\/div>\n<\/div>\n<div><\/div>\n<div>&#8211; Reduce UI coding time with a lot of custom and ready-made Widget.<\/div>\n<\/div>\n<div><\/div>\n<div>&#8211; Dart is a simple to learn language, many people with little coding knowledge can develop prototypes and apps.<\/div>\n<div>\n<div>\n<div><\/div>\n<\/div>\n<div>\n<div>\n<div>&#8211; Flutter documentations are also highly recommended, those are from the <a href=\"https:\/\/www.youtube.com\/playlist?list=PLOU2XLYxmsIL0pH0zWe_ZOHgGhZ7UasUE\">UI tutorial<\/a> understanding easily to the <a href=\"https:\/\/flutter.dev\/docs\/development\/ui\/layout\/constraints\">detailed document<\/a><\/div>\n<p>.<\/p>\n<\/div>\n<\/div>\n<div><\/div>\n<div>\n<h2>Flutter&#8217;s cons (Disadvantages)<\/h2>\n<div>\n<div>&#8211; First of all,Dart is not a widespread language compared to Kotlin, Swift, so you need to learn a new language (Dart), new concepts(BLOC,Widgets,..) for Flutter development<\/div>\n<div><\/div>\n<\/div>\n<div>&#8211; You still need a good base knowledge in native languages(Swift, kotlin) to solve problems in a specific platform, a OS version, or even in a specific device models which Android has so many trouble on this.<\/div>\n<div><\/div>\n<div>\n<div>\n<div>&#8211; Not all 3rd libraries support all your expected platforms. Almost of them support iOS and Android (or 1 in 2 only).<\/div>\n<\/div>\n<div>\n<div>\n<div><\/div>\n<div>&#8211; When developing, the error screen that you get when there\u2019s a layout error (or something else at a lower level) can be very confusing.<\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-5668\" src=\"https:\/\/briswell-vn.com\/wp-content\/uploads\/2021\/03\/error.png\" alt=\"\" width=\"138\" height=\"300\" srcset=\"https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29142020\/error.png 138w, https:\/\/s3-ap-southeast-1.amazonaws.com\/homepage-media\/wp-content\/uploads\/2021\/03\/29142020\/error-115x250.png 115w\" sizes=\"auto, (max-width: 138px) 100vw, 138px\" \/><\/div>\n<\/div>\n<\/div>\n<div>\n<div>\n<div><\/div>\n<div>&#8211; There are still animation issues (<a href=\"https:\/\/github.com\/flutter\/flutter\/issues\/61450\">for example<\/a>), so please consider this if you want to build an app with complex animation effects.<\/div>\n<\/div>\n<div>\n<div>\n<div><\/div>\n<div>&#8211; This framework basically aim for building mobile applications so with web or desktop platforms, there are some different UI, UX, so you can not take them all(business, UI, UX) to every platform with the same code. Solution for this issue: you can create common components, business process in a package (<a href=\"https:\/\/flutter.dev\/docs\/development\/packages-and-plugins\/developing-packages\">how to do<\/a>) then create different projects for each platform implementing those package. Perhaps this is not the best solution but at least you sill can share the common point in every platforms.<\/div>\n<\/div>\n<div>\n<h2>Overview<\/h2>\n<\/div>\n<\/div>\n<div>\n<div>\n<div>Flutter has many more advantages for business and development teams than risks. It\u2019s a great chance to build beautiful, high-performance, and outstanding apps that fit your custom needs and requirements. It\u2019s worth considering Flutter, especially if you want an app both for iOS and Android.<\/div>\n<div>Flutter 2 is already available, give it a try and we believe you wont&#8217;t regret about that!<\/div>\n<\/div>\n<h2>Refers<\/h2>\n<\/div>\n<\/div>\n<div>\n<div>\n<div>\n<div>\n<div>&#8211; <a href=\"https:\/\/proxify.io\/articles\/flutter-2-null-safety\">https:\/\/proxify.io\/articles\/flutter-2-null-safety<\/a><\/div>\n<div>&#8211; <a href=\"https:\/\/developers.googleblog.com\/2021\/03\/announcing-flutter-2.html\">https:\/\/developers.googleblog.com\/2021\/03\/announcing-flutter-2.html<\/a><\/div>\n<div>&#8211; <a href=\"https:\/\/medium.com\/coding-with-flutter\/whats-great-about-flutter-c1b4e44c69ac\">https:\/\/medium.com\/coding-with-flutter\/whats-great-about-flutter-c1b4e44c69ac<\/a><\/div>\n<div>&#8211; <a href=\"https:\/\/www.thedroidsonroids.com\/blog\/flutter-in-mobile-app-development-pros-and-cons-for-app-owners\">https:\/\/www.thedroidsonroids.com\/blog\/flutter-in-mobile-app-development-pros-and-cons-for-app-owners<\/a><\/div>\n<div>&#8211; <a href=\"https:\/\/flutter.dev\">https:\/\/flutter.dev<\/a><\/div>\n<div>&#8211; <a href=\"https:\/\/pub.dev\/\">https:\/\/pub.dev\/<\/a><\/div>\n<div>&#8211; <a href=\"https:\/\/www.youtube.com\/playlist?list=PLOU2XLYxmsIL0pH0zWe_ZOHgGhZ7UasUE\">https:\/\/www.youtube.com\/playlist?list=PLOU2XLYxmsIL0pH0zWe_ZOHgGhZ7UasUE<\/a><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>At 2021\/3\/4, Flutter2 \u00a0was released with new features added: &#8211; Web&#8217;s , desktop&#8217;s support has been in stable channel (they were in beta channel before), which mean you can bring your app officially to Web, Mac OS and Windows OS. &#8211; Sound Null Safety, but not all packages has been updated with this feature so consider this when you intend to upgrade your current project [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":5713,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"footnotes":""},"categories":[4,71],"tags":[85,86,94,95],"class_list":["post-5634","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","category-it-tec","tag-ios","tag-android","tag-it","tag-flutter"],"_links":{"self":[{"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/posts\/5634","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/comments?post=5634"}],"version-history":[{"count":0,"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/posts\/5634\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/media\/5713"}],"wp:attachment":[{"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/media?parent=5634"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/categories?post=5634"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.briswell-vn.com\/en\/wp-json\/wp\/v2\/tags?post=5634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}