easy_localization_loader icon indicating copy to clipboard operation
easy_localization_loader copied to clipboard

XML dependencies update

Open evildarkblue opened this issue 1 year ago • 1 comments

Could you upgrade the XML version to higher? Because when i'm using Excel package, flutter will cannot be build due to the low version of XML.

Even i know that just change the cache code from .value to .text, but i dun think this is a good solution.

Thank you for your reading, and sorry for my poor English.

evildarkblue avatar Jan 17 '24 09:01 evildarkblue

same issue here. can you please change easy_localization_loader-2.0.2/lib/src/xml_asset_loader.dart line 55 element.value to element.text for now I just have to change it myself

Duckmolemore avatar Feb 07 '25 08:02 Duckmolemore