<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flutter &#8211; 张三太爷</title>
	<atom:link href="https://www.somedoc.net/tag/flutter/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.somedoc.net</link>
	<description>看前面，黑洞洞</description>
	<lastBuildDate>Fri, 08 Oct 2021 04:01:00 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://www.somedoc.net/wp-content/uploads/2016/12/cropped-dandycheung-1-32x32.jpg</url>
	<title>Flutter &#8211; 张三太爷</title>
	<link>https://www.somedoc.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Flutter 开发要依赖 Chrome？</title>
		<link>https://www.somedoc.net/2021/10/08/flutter-%e5%bc%80%e5%8f%91%e8%a6%81%e4%be%9d%e8%b5%96-chrome%ef%bc%9f/</link>
					<comments>https://www.somedoc.net/2021/10/08/flutter-%e5%bc%80%e5%8f%91%e8%a6%81%e4%be%9d%e8%b5%96-chrome%ef%bc%9f/#respond</comments>
		
		<dc:creator><![CDATA[张三太爷]]></dc:creator>
		<pubDate>Fri, 08 Oct 2021 04:01:00 +0000</pubDate>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[问题解决]]></category>
		<category><![CDATA[Flutter]]></category>
		<guid isPermaLink="false">https://www.somedoc.net/?p=4908</guid>

					<description><![CDATA[刚才在命令行下更新 flutter 到 2.5.2，flut <a href="https://www.somedoc.net/2021/10/08/flutter-%e5%bc%80%e5%8f%91%e8%a6%81%e4%be%9d%e8%b5%96-chrome%ef%bc%9f/" class="more-link">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>刚才在命令行下更新 flutter 到 2.5.2，<code>flutter doctor -v</code> 的输出里有一个警告，说没有找到 Chrome。这是因为老夫历来以 Firefox 为主力浏览器，Chrome 能少用就少用，自从新版的 Microsoft Edge 发布以来，更是直接就把 Chrome 删除了。</p>
<p>看提示，似乎 Flutter 也并不要求必须是 Chrome，因为可以定义一个名为 <code>CHROME_EXECUTABLE</code> 的环境变量来指定浏览器，想必可能是为 Chromium 的用户的留的口子，但既然 Edge 现在也是相同的内核，恐怕也不是不能用。Edge 的可执行文件全路径是 <code>C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe</code>，在指定时生怕空格作祟，特意在首尾添加了引号，结果是 Flutter 不认，去掉引号，也无暇测试是否允许路径中存在空格了，直接指定为 8.3 短路径格式的 <code>C:\Progra~2\Microsoft\Edge\Application\msedge.exe</code> 后就认可了。不过这只是通过了 flutter doctor 的检测，真实工作起来是不是有别的坑还有待以后验证查看。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.somedoc.net/2021/10/08/flutter-%e5%bc%80%e5%8f%91%e8%a6%81%e4%be%9d%e8%b5%96-chrome%ef%bc%9f/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
