發(fā)表日期:2018-12 文章編輯:小燈 瀏覽次數(shù):3567
flutter開發(fā)中總有很多小問題, 很煩人.做下匯總, 如果你有好的意見可以留言給我.
pub環(huán)境變量問題
官網說明: https://www.dartlang.org/tools/pub/environment-variables
上面提到Windows上會在AppData中緩存dart包, 如果用Android Studio創(chuàng)建項目, pub cache就會在Flutter SDK文件下創(chuàng)建.pub-cache.
如果需將pub-cache放在其他文件夾,就配置windows環(huán)境變量: PUB_CACHE=XXX
在命令行就會出現(xiàn)下列問題:
> pub run build_runner buildCould not find a file named "pubspec.yaml"
or
The Flutter SDK is not available.
這個時候如果是在flutter項目中,大部分都是.請使用下列命令:
> flutter packages pub run build_runner build
flutter sdk 中 dart-sdk 和自己配置dart-sdk沖突
很多時候自己提前配置了dart-sdk在去配置flutter, 這樣創(chuàng)建的項目就沖突了,flutter項目用到的是flutter\bin\cache\dart-sdk下的sdk.所以自行判斷配置那個環(huán)境變量, 個人建議是flutter中自帶的.
如果發(fā)現(xiàn)flutter項目中的pubspec.yaml配置的dart-sdk版本太舊的話, 請使用flutter的dart-sdk
日期:2018-10 瀏覽次數(shù):7248
日期:2018-12 瀏覽次數(shù):4322
日期:2018-07 瀏覽次數(shù):4870
日期:2018-12 瀏覽次數(shù):4169
日期:2018-09 瀏覽次數(shù):5492
日期:2018-12 瀏覽次數(shù):9916
日期:2018-11 瀏覽次數(shù):4799
日期:2018-07 瀏覽次數(shù):4574
日期:2018-05 瀏覽次數(shù):4853
日期:2018-12 瀏覽次數(shù):4318
日期:2018-10 瀏覽次數(shù):5134
日期:2018-12 瀏覽次數(shù):6207
日期:2018-11 瀏覽次數(shù):4455
日期:2018-08 瀏覽次數(shù):4587
日期:2018-11 瀏覽次數(shù):12625
日期:2018-09 瀏覽次數(shù):5573
日期:2018-12 瀏覽次數(shù):4826
日期:2018-10 瀏覽次數(shù):4181
日期:2018-11 瀏覽次數(shù):4523
日期:2018-12 瀏覽次數(shù):6058
日期:2018-06 瀏覽次數(shù):4003
日期:2018-08 瀏覽次數(shù):5431
日期:2018-10 瀏覽次數(shù):4454
日期:2018-12 瀏覽次數(shù):4518
日期:2018-07 瀏覽次數(shù):4356
日期:2018-12 瀏覽次數(shù):4496
日期:2018-06 瀏覽次數(shù):4376
日期:2018-11 瀏覽次數(shù):4370
日期:2018-12 瀏覽次數(shù):4244
日期:2018-12 瀏覽次數(shù):5276
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.