bruno icon indicating copy to clipboard operation
bruno copied to clipboard

编译报错:value 不属于xmlEventText

Open DaiAnXiang opened this issue 1 year ago • 2 comments

问题提交

标题格式:[BUG]:编辑报错:原因:bruno-3.4.3/src/utils/css/brn_core_funtion.dart 第124行 xmlEvent.value ,value并不XMLTextEvent的属性 xml 6.1.0

DaiAnXiang avatar Sep 24 '23 08:09 DaiAnXiang

我也报这个错了

Error (Xcode): ../../.pub-cache/hosted/pub.flutter-io.cn/bruno-3.4.3/lib/src/utils/css/brn_core_funtion.dart:124:54: Error: The getter 'value' isn't defined for the class 'XmlTextEvent'.

Could not build the application for the simulator. Error launching application on iPhone 14 Pro.

dousha0w0 avatar Sep 27 '23 19:09 dousha0w0

在项目里引入依赖: xml: ^6.3.0 可以解决问题

error-code avatar Sep 28 '23 04:09 error-code