@小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
《Flutter從入門到進階實戰攜程網App》課程地址:https://coding.imooc.com/class/321.html
2019-03-06
最新回答 / 漸漸懂了吧
new GestureDetector(onTap: () => debugPrint('點擊了圖片'),child: new Image.network('https://img3.doubanio.com/view/photo/s_ratio_poster/public/p2551353482.webp',fit: BoxFit.cover,),),
2019-03-01