Ali-Azmoud/flutter_xlider

Conflict with flutter_localizations

Closed this issue · 2 comments

I tried to include your widget but received the following error:

Because flutter_xlider >=2.5.3 depends on intl ^0.16.0 and every version of flutter_localizations from sdk depends on intl 0.15.8, flutter_xlider >=2.5.3 is incompatible with flutter_localizations from sdk.
So, because localmarketsapp depends on both flutter_localizations any from sdk and flutter_xlider ^2.5.3, version solving failed.

If you downgrade to 2.5.2, it does not have the error. I am guessing this is with the most recent version of Flutter. Here is my version info:

Flutter 1.9.1+hotfix.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 68587a0916 (8 weeks ago) • 2019-09-13 19:46:58 -0700
Engine • revision b863200c37
Tools • Dart 2.5.0

Duplicate of #27