title: Text("title"),
title: new Text("title"),
這二種寫法有啥區別
title: new Text("title"),
這二種寫法有啥區別
2019-04-14
電影電視24fps是因為在動態時,已經有模糊效果了,而游戲的話,運動沒有運動模糊效果,人眼會清楚的看到每一幀畫面,大腦就蒙了:啥情況,明明在運動,怎么沒有模糊???
2019-03-27
@小5點 以莘莘(xin xin)學子為例。 當你自己不確定發音是否正確時, 你當然沒有體會。但當你知道正確的讀音時,別人讀xin xin學子, 你也確實能明白意思 , 只是有點別扭罷了。 不影響理解 。 但是讀正確的音不是更好。
2019-03-26
solid.. decoration
搜你的。 => 說你的
抵 coration => 呆 coration
顏色我更習慣用Color.fromRGBO(r, g, b, opacity), 畢竟和css3用法一致。
搜你的。 => 說你的
抵 coration => 呆 coration
顏色我更習慣用Color.fromRGBO(r, g, b, opacity), 畢竟和css3用法一致。
2019-03-26
對于大多數文字來說,start就是left. 但是有些國家的語言是從右寫到左的。 用 left就不合適。
然后用start就能解決全部問題 (會自適應語言)。
start和end比left, right有更好的兼容性
然后用start就能解決全部問題 (會自適應語言)。
start和end比left, right有更好的兼容性
2019-03-26
安裝完 Android Studio 后執行 flutter doctor 報錯:
Checking Android licenses is taking an unexpectedly long time...Unhandled exception:
Exception: ideviceinfo returned an error:
ERROR: Could not connect to lockdownd, error code -19
Checking Android licenses is taking an unexpectedly long time...Unhandled exception:
Exception: ideviceinfo returned an error:
ERROR: Could not connect to lockdownd, error code -19
2019-03-17