<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hanaaaaaachiru</author_name>
  <author_url>https://blog.hatena.ne.jp/hanaaaaaachiru/</author_url>
  <blog_title>はなちるのマイノート</blog_title>
  <blog_url>https://www.hanachiru-blog.com/</blog_url>
  <categories>
    <anon>Flutter</anon>
  </categories>
  <description>はじめに 今回はFlutterの画面遷移について書いていきたいと思います。実際に実装してみた結果はこんな感じ。細かい説明ではなく、実際に実装する大まかな手順について紹介をしていきます。 はじめに ルートの設定 ルートに遷移(push) 元のルートに戻る(pop) さいごに ルートの設定 画面にURLのような名前をつけて、それにしたがって画面遷移を行います。 return MaterialApp( initialRoute: '/', routes: { '/': (context) =&gt; FirstPage(), '/second': (context) =&gt; SecondPage(), },…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.hanachiru-blog.com%2Fentry%2F2020%2F04%2F30%2F120000&quot; title=&quot;【Flutter】Navigation・Routesを使った画面遷移の実装手順 - はなちるのマイノート&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>https://cdn-ak.f.st-hatena.com/images/fotolife/h/hanaaaaaachiru/20200421/20200421184550.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-04-30 12:00:00</published>
  <title>【Flutter】Navigation・Routesを使った画面遷移の実装手順</title>
  <type>rich</type>
  <url>https://www.hanachiru-blog.com/entry/2020/04/30/120000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
