Baseflow / flutter-geocoding

A Geocoding plugin for Flutter
https://baseflow.com
MIT License
134 stars 69 forks source link

Upgrade plugin_platform_interface ^2.0.0 #36

Closed iqfareez closed 3 years ago

iqfareez commented 3 years ago

Incompatible with other packages

[App-Waktu-Solat-Malaysia] flutter pub get
Running "flutter pub get" in App-Waktu-Solat-Malaysia...        
Because cloud_firestore >=1.0.0 depends on cloud_firestore_platform_interface ^4.0.0 which depends on plugin_platform_interface ^2.0.0, cloud_firestore >=1.0.0 requires plugin_platform_interface ^2.0.0.

And because every version of geocoding_platform_interface depends on plugin_platform_interface ^1.0.2, cloud_firestore >=1.0.0 is incompatible with geocoding_platform_interface.

And because geocoding 1.0.5 depends on geocoding_platform_interface ^1.0.1 and no versions of geocoding match >1.0.5 <2.0.0, cloud_firestore >=1.0.0 is incompatible with geocoding ^1.0.5.
So, because waktusolatmalaysia depends on both geocoding ^1.0.5 and cloud_firestore ^1.0.0, version solving failed.

pub get failed (1; So, because waktusolatmalaysia depends on both geocoding ^1.0.5 and cloud_firestore ^1.0.0, version solving failed.)
exit code 1
grahamsmith commented 3 years ago

This is WIP but essentially fixed in #41

mvanbeusekom commented 3 years ago

I have just release version 2.0.0 which is opted in to null safety and updated the plugin_platform_interface dependency. You can download it from pub.dev now: https://pub.dev/packages/geocoding

Many thanks to @grahamsmith, @dariotrombello and @JDDV for helping out!