為您解碼網(wǎng)站建設(shè)的點點滴滴
發(fā)表日期:2018-12 文章編輯:小燈 瀏覽次數(shù):3577
flutter開發(fā)中總有很多小問題, 很煩人.做下匯總, 如果你有好的意見可以留言給我.
pub環(huán)境變量問題
官網(wǎng)說明: 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ù):7274
日期:2018-12 瀏覽次數(shù):4345
日期:2018-07 瀏覽次數(shù):4891
日期:2018-12 瀏覽次數(shù):4187
日期:2018-09 瀏覽次數(shù):5516
日期:2018-12 瀏覽次數(shù):9938
日期:2018-11 瀏覽次數(shù):4823
日期:2018-07 瀏覽次數(shù):4595
日期:2018-05 瀏覽次數(shù):4870
日期:2018-12 瀏覽次數(shù):4337
日期:2018-10 瀏覽次數(shù):5153
日期:2018-12 瀏覽次數(shù):6229
日期:2018-11 瀏覽次數(shù):4482
日期:2018-08 瀏覽次數(shù):4602
日期:2018-11 瀏覽次數(shù):12654
日期:2018-09 瀏覽次數(shù):5595
日期:2018-12 瀏覽次數(shù):4848
日期:2018-10 瀏覽次數(shù):4202
日期:2018-11 瀏覽次數(shù):4541
日期:2018-12 瀏覽次數(shù):6077
日期:2018-06 瀏覽次數(shù):4018
日期:2018-08 瀏覽次數(shù):5452
日期:2018-10 瀏覽次數(shù):4466
日期:2018-12 瀏覽次數(shù):4547
日期:2018-07 瀏覽次數(shù):4372
日期:2018-12 瀏覽次數(shù):4513
日期:2018-06 瀏覽次數(shù):4401
日期:2018-11 瀏覽次數(shù):4387
日期:2018-12 瀏覽次數(shù):4262
日期:2018-12 瀏覽次數(shù):5297
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.