It seems that Dart does not provide a default mechanism (or at least could not find it) for decoding HTML-escaped objects.
What I would like to do is convert, for example. Q&A to Q&A . (This is just an example)
Starting with version 1.11.1, Dart converts encodes these in this way .
From there itβs quite simple to create an implementation of a custom converter, but this will not cover all use cases. For example: if if < expressed in hexadecimal value < ?
Has anyone gotten some great solution?
dart decoder
Daniel V.
source share