webfeed icon indicating copy to clipboard operation
webfeed copied to clipboard

Dart-xml return null for XmlText value property

Open Nimo11 opened this issue 1 year ago • 0 comments

According to this answer : (https://github.com/renggli/dart-xml/issues/183)

.findElements('title').firstOrNull?.value doesn't work.

it could be replaced by

.findElements('title').firstOrNull?.innerText

Nimo11 avatar Jun 05 '24 06:06 Nimo11