what3words / w3w-dart-wrapper

Dart library for what3words REST API
MIT License
4 stars 9 forks source link

Null safety error #2

Closed mergengerel closed 3 years ago

mergengerel commented 3 years ago

Because every version of what3words depends on json_serializable ^3.3.0 and json_serializable >=3.5.1 <4.0.0-nullsafety.0 depends on analyzer >=0.39.0 <0.42.0, every version of what3words requires analyzer >=0.39.0 <0.42.0 or json_serializable >=3.3.0 <3.5.1. And because json_serializable >=3.5.0 <3.5.1 depends on analyzer >=0.39.0 <0.41.0 and json_serializable >=3.2.4 <3.5.0 depends on analyzer ^0.39.0, every version of what3words requires analyzer >=0.39.0 <0.42.0. And because intl_utils 2.1.0 depends on analyzer ^1.0.0 and no versions of intl_utils match >2.1.0 <3.0.0, what3words is incompatible with intl_utils ^2.1.0.

andycurriew3w commented 3 years ago

Hello,

Thank you for reporting. We'll be working on making the wrapper null safe over the next few weeks and we will have this included in the next version.

Many thanks,

Andy

mani-w3w commented 3 years ago

Hello @mergengerel we have updated our wrapper, you can find it here

w3w-dart-wrapper is now null safe, we will keep it as pre-release for now while gathering some feedback, let us know if this update fixes your issue so we can close it.

Many thanks, Mani

mergengerel commented 3 years ago

Hello, Good job!, Thank you!