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