flutter初识

99 阅读1分钟

持续创作,加速成长!这是我参与「掘金日新计划 · 10 月更文挑战」的第2天,点击查看活动详情

flutter初识,使用flutter2.2.1

第一步测试Hello World

不出意外遇到bug!!!

Error: The base href in "web/index.html" must be absolute (i.e. start with a "/"), but found:
For example, to serve from the root use:
<base href="/">
To serve from a subpath "foo" (i.e. http://localhost:8080/foo/ instead of http://localhost:8080/) use:
<base href="/foo/">
For more information, see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base

解决问题:

image.png
继续出bug:

image.png
解决问题:
因为没有给他指定textDirection
居然是这样的:

image.png
为什么不默认黑色字体?