<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>woodnotexx</author_name>
  <author_url>https://blog.hatena.ne.jp/woodnotexx/</author_url>
  <blog_title>Flutter登攀日記</blog_title>
  <blog_url>https://flutterclimb.hateblo.jp/</blog_url>
  <categories>
    <anon>Flutter</anon>
  </categories>
  <description>FlutterでPromiseのような非同期通信を行う方法について調べました。 Future.wait の基本 使用例 実行結果（約3秒後に出力） Promise.allSettled のような処理 (Future.wait の例外処理) 実行結果（約2秒後に出力） まとめ Flutter（Dart）でも Promise.all のように 複数の非同期処理を並行実行し、すべての結果を待つ ことが可能です。Dart では Future.wait を使用します。 Future.wait の基本 Future.wait は複数の Future（非同期処理）を並行実行し、すべての Future が完了…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fflutterclimb.hateblo.jp%2Fentry%2F2025%2F02%2F18%2F215617&quot; title=&quot;8日目:Promise.allのような非同期処理について - Flutter登攀日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-02-18 21:56:17</published>
  <title>8日目:Promise.allのような非同期処理について</title>
  <type>rich</type>
  <url>https://flutterclimb.hateblo.jp/entry/2025/02/18/215617</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
