liodali / osm_flutter

OpenStreetMap plugin for flutter
https://pub.dev/packages/flutter_osm_plugin
MIT License
228 stars 96 forks source link

flutter_osm_web >=1.0.0-rc.3 depends on web ^0.5.1 #536

Closed Lakipaul closed 3 days ago

Lakipaul commented 3 months ago

adding the dependency with version 1.0.0 or higher, im facing this issue Because every version of flutter_localizations from sdk depends on web 0.3.0 and flutter_osm_web >=1.0.0-rc.3 depends on web ^0.5.1, flutter_localizations from sdk is incompatible with flutter_osm_web >=1.0.0-rc.3. And because flutter_osm_plugin >=1.0.5 depends on flutter_osm_web >=1.0.3 <1.0.4, flutter_localizations from sdk is incompatible with flutter_osm_plugin >=1.0.5. and im using it for mobile app only. Flutter 3.16.5

liodali commented 3 months ago

did try to override the web package to latest version ?

Lakipaul commented 3 months ago

thank you for you effort and responding, im not even using web package, i have flutter_localizations which apparently using web 0.3.0

liodali commented 3 months ago

override the version will solve the issue


dependency_overrides:
      web:0.5.1