<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rick1208</author_name>
  <author_url>https://blog.hatena.ne.jp/rick1208/</author_url>
  <blog_title>松岡ラモのプログラミング未経験から転職を目指すブログ</blog_title>
  <blog_url>https://www.ricksan1208.com/</blog_url>
  <categories>
    <anon>Flutter</anon>
  </categories>
  <description>① Flutterの基礎構造を理解 Flutterアプリは基本この形です。 import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: Text(&quot;Hello Flutter&quot;), ); } } 重要なポイント main() ↓ runApp() ↓ WidgetFlutterは すべてWi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.ricksan1208.com%2Fentry%2F2026%2F03%2F12%2F141924&quot; title=&quot;Flutter初心者の勉強順、Flutterの基礎構造【プログラミング、Widget】 - 松岡ラモのプログラミング未経験から転職を目指すブログ&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/r/rick1208/20260312/20260312055626.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-03-12 14:19:24</published>
  <title>Flutter初心者の勉強順、Flutterの基礎構造【プログラミング、Widget】</title>
  <type>rich</type>
  <url>https://www.ricksan1208.com/entry/2026/03/12/141924</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
