easy_localization_loader icon indicating copy to clipboard operation
easy_localization_loader copied to clipboard

xml dependency incompatibility

Open erayerdin opened this issue 3 years ago • 3 comments

auto_router depends on xml 6.0.1 while this package depends on 5.0.2, which causes incompatibility with xml dependency. Please, upgrade your xml dependency.

erayerdin avatar Aug 19 '22 12:08 erayerdin

Seems like Git repo is up-to-date but flutter pub add easy_localization_loader is not. To me, the problem with this package is that it contains and depends too much on too many things. What about separating into different packages such as:

  • easy_localization_loader_xml which only depends on xml dependency
  • easy_localization_loader_yaml which only depends on yaml dependency

For me, I only want to use YAML, but I also get XML.

erayerdin avatar Aug 19 '22 13:08 erayerdin

I just had to include the github version for the same reason. Please publish to pub.dev soon.

dJani97 avatar Aug 26 '22 14:08 dJani97

Looks like https://github.com/aissat/easy_localization_loader/pull/33 fixes this, but is languishing since June 1

themartorana avatar Sep 26 '22 21:09 themartorana