Vanethos / flutter_connectivity_widget

A widget that shows the user if the phone is connected to the internet or not
BSD 2-Clause "Simplified" License
68 stars 34 forks source link

Updated http dependency #26

Closed jezer07 closed 3 years ago

jezer07 commented 3 years ago

The latest Firebase plugins depend on http: ^0.13.0.

Because connectivity_widget >=0.1.4 depends on http ^0.12.0+2 and firebase >=9.0.0 depends on http ^0.13.0, connectivity_widget >=0.1.4 is incompatible with firebase >=9.0.0. And because firebase_analytics >=8.0.4 depends on firebase_analytics_web ^0.3.0+1 which depends on firebase ^9.0.1, connectivity_widget >=0.1.4 is incompatible with firebase_analytics >=8.0.4. So, because ecp depends on both connectivity_widget ^0.1.7 and firebase_analytics ^8.1.0, version solving failed.

Shiba-Kar commented 3 years ago

Please merge this

Vanethos commented 3 years ago

Thank you @jezer07 !

Will create a new version today