Closed FilipeOS closed 1 year ago
Sorry, there is not much I can do here.
However, there is nothing that forces you to upgrade to the latest version of this library, you can always stick with an older version of this package until the other libraries have caught up.
@FilipeOS I was having some issues as well with flutter_test
and flutter_localization
where the collection
library version mismatched those other two.
Because xml >=6.2.0 depends on collection ^1.17.0 and every version of flutter_localizations from SDK
depends on collection 1.16.0, xml >=6.2.0 is incompatible with flutter_localizations from SDK.
Solution for me was downgrade and using xml: ^6.1.0
@FilipeOS I was having some issues as well with
flutter_test
andflutter_localization
where thecollection
library version mismatched those other two.Because xml >=6.2.0 depends on collection ^1.17.0 and every version of flutter_localizations from SDK depends on collection 1.16.0, xml >=6.2.0 is incompatible with flutter_localizations from SDK.
Solution for me was downgrade and using xml: ^6.1.0
I did the same today and worked, thank you
Hi there,
Can someone please advise me why this is happening and help me point to the right direction?
Basically I had to updgrade the entire app and this is pissing me off:
Flutter and dart is updated properly.
I get this issue: