flutter有一些問題的解決

  1. Flutter Text 文字下有黃色下劃線

https://www.jianshu.com/p/1f0a29cddba1app

2.更換模擬器機型後,獲取設備信息報錯
FAILURE: Build failed with an exception.What went wrong:
A problem occurred configuring project ':device_info'.ide

執行flutter clean 再執行flutter runpost

3.flutter屏幕兼容
我理解這個只能兼容手機 而不能兼容pad pad的兼容不是隻把字體變大
https://juejin.im/post/6844904176489594893字體

4.Flutter編譯報錯
The method 'CachedNetworkImageProvider.load' has fewer positional
Context: This is the overridden method (‘load’)
打開pubspec.yaml將cached_network_image的版本號升級到2.0.0-rcui

5.Flutter編譯報錯: because doubanapp depends on both
flutter_cache_manager 1.1.0 and cached_network_image ^2.0.0-rc, version solving failed.
能夠看到cached_network_image版本更新後,與flutter_cache_manager版本起衝突,而且已經提示flutter_cache_manager版本更改1.1.2就能夠了,修改以後,再次點擊Packages get,順利運行,OKget

相關文章
相關標籤/搜索