<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>taillook</author_name>
  <author_url>https://blog.hatena.ne.jp/taillook/</author_url>
  <blog_title>TaillookTech</blog_title>
  <blog_url>https://taillook.hateblo.jp/</blog_url>
  <categories>
    <anon>Flutter</anon>
  </categories>
  <description>やること image_pickerを使ってフォトライブラリから写真を取得する． Flutter image_picker sample コード import 'package:image_picker/image_picker.dart'; import 'dart:io'; File _image; Future getImage() async { var image = await ImagePicker.pickImage(source: ImageSource.gallery); setState(() { _image = image; }); } FloatingActionBu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftaillook.hateblo.jp%2Fentry%2F2018%2F11%2F20%2F021215&quot; title=&quot;Flutterでimage_pickerを使って写真の取得をする - TaillookTech&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>2018-11-20 02:12:15</published>
  <title>Flutterでimage_pickerを使って写真の取得をする</title>
  <type>rich</type>
  <url>https://taillook.hateblo.jp/entry/2018/11/20/021215</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
