- Flutter Text 文字下有黄色下划线
https://www.jianshu.com/p/1f0a29cddba1
2.更换模拟器机型后,获取设备信息报错
FAILURE: Build failed with an exception.What went wrong:
A problem occurred configuring project ':device_info'.
执行flutter clean 再执行flutter run
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-rc
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,顺利运行,OK
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。