為您解碼網(wǎng)站建設(shè)的點點滴滴
發(fā)表日期:2018-10 文章編輯:小燈 瀏覽次數(shù):1672
Android Studio安裝完Flutter后,創(chuàng)建新的項目運行沒有問題,但是從git上下的項目打開后就提示
Dart SDK is not configured
解決方法是設(shè)置Flutter的路徑:
Mac:
打開Preferences...
? Languages&Frameworks
? Flutter
? 設(shè)置Flutter SDK Path為Flutter文件夾路徑
Windows:
打開File
? Settings
?Language
& Framework
? Flutter
? 設(shè)置Flutter SDK Path為Flutter文件夾路徑
試過重啟/更新flutter/重試幾次...有時可以解決有時不能解決...原因不明
Flutter 提供了媒體查詢的接口, 可與獲取到上邊距和下邊距的值。
final double topPadding = MediaQuery.of(context).padding.top; final double bottomPadding = MediaQuery.of(context).padding.bottom;
我們只需要在布局Widget的時候, 把這個值計算進去就ok了。
上邊距在 iPhoneX 上的值是 44, 在其他設(shè)備上的值是 20, 是包含了電池條的高度的。
下邊距在iPhoneX 上的值是34,在其他設(shè)備上的值是 0。
日期:2018-10 瀏覽次數(shù):7353
日期:2018-12 瀏覽次數(shù):4421
日期:2018-07 瀏覽次數(shù):4954
日期:2018-12 瀏覽次數(shù):4253
日期:2018-09 瀏覽次數(shù):5592
日期:2018-12 瀏覽次數(shù):10011
日期:2018-11 瀏覽次數(shù):4895
日期:2018-07 瀏覽次數(shù):4662
日期:2018-05 瀏覽次數(shù):4945
日期:2018-12 瀏覽次數(shù):4398
日期:2018-10 瀏覽次數(shù):5222
日期:2018-12 瀏覽次數(shù):6296
日期:2018-11 瀏覽次數(shù):4552
日期:2018-08 瀏覽次數(shù):4674
日期:2018-11 瀏覽次數(shù):12735
日期:2018-09 瀏覽次數(shù):5661
日期:2018-12 瀏覽次數(shù):4922
日期:2018-10 瀏覽次數(shù):4264
日期:2018-11 瀏覽次數(shù):4613
日期:2018-12 瀏覽次數(shù):6146
日期:2018-06 瀏覽次數(shù):4088
日期:2018-08 瀏覽次數(shù):5534
日期:2018-10 瀏覽次數(shù):4534
日期:2018-12 瀏覽次數(shù):4619
日期:2018-07 瀏覽次數(shù):4446
日期:2018-12 瀏覽次數(shù):4593
日期:2018-06 瀏覽次數(shù):4478
日期:2018-11 瀏覽次數(shù):4455
日期:2018-12 瀏覽次數(shù):4335
日期:2018-12 瀏覽次數(shù):5358
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.