<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gothedistance</author_name>
  <author_url>https://blog.hatena.ne.jp/gothedistance/</author_url>
  <blog_title>Life is Really Short, Have Your Life!!</blog_title>
  <blog_url>https://aroundthedistance.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Flutter</anon>
  </categories>
  <description>Firestoreのタイムスタンプ型をDartのDateTimeに変換する時に、1時間ほどハマってしまったので。 freezedを使っている人は多いと思いますが、DateTime⇔Timestampを変換するには、以下のようなコンバーターを噛ます必要があります。 class TimestampConverter implements JsonConverter&lt;DateTime, Timestamp&gt; { const TimestampConverter(); @override DateTime fromJson(Timestamp json) =&gt; json.toDate(); @over…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faroundthedistance.hatenadiary.jp%2Fentry%2F2022%2F06%2F16%2F234416&quot; title=&quot; &amp;#39;Timestamp isn&amp;#39;t a type&amp;#39; により、flutter buildが通らない - Life is Really Short, Have Your Life!!&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>2022-06-16 23:44:16</published>
  <title> 'Timestamp isn't a type' により、flutter buildが通らない</title>
  <type>rich</type>
  <url>https://aroundthedistance.hatenadiary.jp/entry/2022/06/16/234416</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
