Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-plugin-hostgator domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ol-scrapes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":31552,"date":"2023-05-10T21:46:13","date_gmt":"2023-05-10T21:46:13","guid":{"rendered":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/"},"modified":"2023-05-10T21:46:14","modified_gmt":"2023-05-10T21:46:14","slug":"with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly","status":"publish","type":"post","link":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/","title":{"rendered":"With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly"},"content":{"rendered":"

Source:https:\/\/techcrunch.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/<\/a><\/br>
\nWith over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly<\/br>
\n2023-05-10 21:46:13<\/br><\/p>\n

\n

Flutter<\/a>, Google\u2019s open-source multi-platform application framework, has been seeing quite a bit of momentum lately, with both Google\u2019s internal teams betting on it for projects like the new Play Console App, the Google Cloud mobile app and Android\u2019s Nearby Share app for Windows using it, as well as developers at Canonical (for the new Ubuntu installer), France\u2019s SNCF and others using it for their projects. At Google I\/O today, the team is announcing a number of new features for the project, which hit its 3.0 milestone at last year\u2019s I\/O and is now launching version 3.10.<\/p>\n

Google also noted that there are now over 1 million published Flutter-based apps, up from 500,000 in mid-2022.<\/p>\n

With Flutter being relatively stable at this point, it\u2019s maybe no surprise that the team is working to expand some of its existing capabilities and to make it easier to adopt Flutter in existing projects. But at the same time, Google is also looking ahead to new technologies, with a special focus on WebAssembly<\/a>.<\/p>\n

\"\"<\/a><\/p>\n

Image Credits:<\/strong> Google<\/p>\n<\/div>\n

With version 3.10, developers can now more easily integrate Flutter components into their existing web apps. That\u2019s something Google started working on a while back, but now, developers can use Flutter\u2019s element embedding capabilities to integrate Flutter components just like any other CSS element \u2014 and then manipulate it just like a CSS element, too.<\/p>\n

Early on, Flutter apps on the web tended to be full-scale, full-screen applications that were often based on existing mobile applications. \u201cWe started to see people who were building apps that took over the whole screen that often started with \u2018 I\u2019ve got a mobile app, and I want to run it on the web.\u2019 But we\u2019re now starting to see people who are building apps that are designed around the web experience and hosting on that,\u201d Tim Sneath<\/a>, Google\u2019s director of product and UX for Flutter and the Dart programming language, told me.<\/p>\n

Sneath also noted that the team worked hard to improve Flutter\u2019s performance on the web (Flutter, it\u2019s worth remembering, was originally a mobile app development framework, with stable web support only\u00a0 arriving in version 2 in 2021<\/a>). Specifically, this means load times have now been reduced quite significantly.<\/p>\n

Talking about supporting the web, the Flutter team continues to work on targeting WebAssembly (Wasm), despite the framework\u2019s close connection to the Dart language<\/a>. Given that Wasm is still in its early days, a lot of its specs remain in flux. As the Flutter team notes, Wasm didn\u2019t have garbage collection until recently, but Google worked with a number of teams in the Wasm ecosystem to develop the WasmGC extension<\/a>, which is now being integrated into Chromium-based browsers. With this, the team now felt comfortable adding preview support for Wasm<\/a> in its pre-release channels, allowing developers to compile Dart to Wasm.<\/p>\n

\u201cWe have had production quality JavaScript support for a long time, but being able to bring the native power of compiled experiences to the web will help still further,\u201d Sneath said. \u201cA lot of it also is about integration. If you\u2019ve got code in Kotlin or Dart or indeed other languages that compiles to web, and the ability to interoperate with them, it shifts where the substrate is. Sometimes people get very worried about this language versus that language and then treat them as these discrete ecosystems. For us, you care about people writing code with whatever language they want to and Wasm suddenly brings that coherence across our strategy. we\u2019re excited to finally get to that point and maybe get away from having dialogues around [language] A versus B.\u201d<\/p>\n

Another recent focus for the Flutter team is graphics performance. As the team announced earlier this year, it completely rewrote its Impeller rendering runtime and in version 3.10, that\u2019s now the default for iOS apps. With this, simply by migrating to the latest version of Flutter, apps will get a major performance boost.<\/p>\n

On Android, Impeller is now in preview. There, the engine relies on the Vulkan library<\/a>, which all modern Android devices support (though Google will offer a compatibility mode for older devices). While it might seem unusual for Android not to be the first to receive these updates, Sneath noted that Flutter\u2019s graphics engine on Android was already quite optimized. Therefore, the team decided to prioritize iOS, where there was significantly more room for improving graphics performance<\/p>\n

\"Read<\/a><\/p>\n<\/p><\/div>\n

<\/br><\/br><\/br><\/p>\n

Science, Tech, Technology<\/br>
\n<\/br>
\nSource:
https:\/\/techcrunch.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/<\/a><\/br><\/br><\/p>\n","protected":false},"excerpt":{"rendered":"

Source:https:\/\/techcrunch.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/ With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly 2023-05-10 21:46:13 Flutter, Google\u2019s open-source multi-platform application framework, has been seeing quite a bit of momentum lately, with both Google\u2019s internal teams betting on it for projects like the new Play Console App, the Google Cloud mobile app and […]<\/p>\n","protected":false},"author":1,"featured_media":31553,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"pagelayer_contact_templates":[],"_pagelayer_content":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[26,17,8],"tags":[],"class_list":["post-31552","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-science","category-tech","category-technology"],"yoast_head":"\nWith over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly - Science and Nerds<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly - Science and Nerds\" \/>\n<meta property=\"og:description\" content=\"Source:https:\/\/techcrunch.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/ With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly 2023-05-10 21:46:13 Flutter, Google\u2019s open-source multi-platform application framework, has been seeing quite a bit of momentum lately, with both Google\u2019s internal teams betting on it for projects like the new Play Console App, the Google Cloud mobile app and […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/\" \/>\n<meta property=\"og:site_name\" content=\"Science and Nerds\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-10T21:46:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-10T21:46:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly_645c10a5a22be.png\" \/>\n\t<meta property=\"og:image:width\" content=\"717\" \/>\n\t<meta property=\"og:image:height\" content=\"399\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/\",\"url\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/\",\"name\":\"With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly - Science and Nerds\",\"isPartOf\":{\"@id\":\"https:\/\/scienceandnerds.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly_645c10a5a22be.png?fit=717%2C399&ssl=1\",\"datePublished\":\"2023-05-10T21:46:13+00:00\",\"dateModified\":\"2023-05-10T21:46:14+00:00\",\"author\":{\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\"},\"breadcrumb\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly_645c10a5a22be.png?fit=717%2C399&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly_645c10a5a22be.png?fit=717%2C399&ssl=1\",\"width\":717,\"height\":399},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/scienceandnerds.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/scienceandnerds.com\/#website\",\"url\":\"https:\/\/scienceandnerds.com\/\",\"name\":\"Science and Nerds\",\"description\":\"My WordPress Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/scienceandnerds.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/scienceandnerds.com\"],\"url\":\"https:\/\/scienceandnerds.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly - Science and Nerds","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/","og_locale":"en_US","og_type":"article","og_title":"With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly - Science and Nerds","og_description":"Source:https:\/\/techcrunch.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/ With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly 2023-05-10 21:46:13 Flutter, Google\u2019s open-source multi-platform application framework, has been seeing quite a bit of momentum lately, with both Google\u2019s internal teams betting on it for projects like the new Play Console App, the Google Cloud mobile app and […]","og_url":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/","og_site_name":"Science and Nerds","article_published_time":"2023-05-10T21:46:13+00:00","article_modified_time":"2023-05-10T21:46:14+00:00","og_image":[{"width":717,"height":399,"url":"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly_645c10a5a22be.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/","url":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/","name":"With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly - Science and Nerds","isPartOf":{"@id":"https:\/\/scienceandnerds.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#primaryimage"},"image":{"@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly_645c10a5a22be.png?fit=717%2C399&ssl=1","datePublished":"2023-05-10T21:46:13+00:00","dateModified":"2023-05-10T21:46:14+00:00","author":{"@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e"},"breadcrumb":{"@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#primaryimage","url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly_645c10a5a22be.png?fit=717%2C399&ssl=1","contentUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly_645c10a5a22be.png?fit=717%2C399&ssl=1","width":717,"height":399},{"@type":"BreadcrumbList","@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scienceandnerds.com\/"},{"@type":"ListItem","position":2,"name":"With over 1M published apps, Google\u2019s Flutter expands its support for web apps and WebAssembly"}]},{"@type":"WebSite","@id":"https:\/\/scienceandnerds.com\/#website","url":"https:\/\/scienceandnerds.com\/","name":"Science and Nerds","description":"My WordPress Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scienceandnerds.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/scienceandnerds.com"],"url":"https:\/\/scienceandnerds.com\/author\/admin\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/with-over-1m-published-apps-googles-flutter-expands-its-support-for-web-apps-and-webassembly_645c10a5a22be.png?fit=717%2C399&ssl=1","_links":{"self":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/31552","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/comments?post=31552"}],"version-history":[{"count":1,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/31552\/revisions"}],"predecessor-version":[{"id":31554,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/31552\/revisions\/31554"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media\/31553"}],"wp:attachment":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media?parent=31552"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/categories?post=31552"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/tags?post=31552"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}