srawlins / timezone

Time zone database and time zone aware DateTime object for Dart.
BSD 2-Clause "Simplified" License
102 stars 53 forks source link

0.8.0 not compatible with flexidate dependency #119

Closed Zelfapp closed 2 years ago

Zelfapp commented 2 years ago

Installing timezone 0.8.0 and I'm getting the following error.

flexidate 0.6.0+2 depends on timezone ^0.7.0 and no versions of flexidate match >0.6.0+2 <0.7.0, flexidate ^0.6.0+2 requires timezone ^0.7.0.
Zelfapp commented 2 years ago

Never mind. Turns out another app depends on flexidate, which depends on timezone. Timezone is not the issue, big surprise.

Issue causing dependency problems is flutter_contact: ^0.9.1+7.

And a reference to overcome this issue for flutter_contact package users:

https://github.com/SunnyApp/flutter_contact/issues/72