Baseflow / flutter-geocoding

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

[Question]: Is geocoding_v3.0.1 going to be deployed to pub.dev anytime soon? #233

Closed kterto closed 2 months ago

kterto commented 5 months ago

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

Your question

In order to comply with the ITMS-91053 apple requirements, starting in May 1st, the plugin needs to present a privacy manifest as it uses NSUserDefaults API. As I could see, there is a Tag pointing to geocoding_v3.0.1, that adds the privacy manifest, (although I couldn't be sure if the manifest is complying with requirements). Since the deadline is approaching, is it any intension to deploy a version of the app including the privacy manifest to pub.dev?

Version

2.2.0

mvanbeusekom commented 2 months ago

Hi @kterto,

The privacy manifest implementation is added to the geocoding_ios packages (which the geocoding package depends on).

Version 3.0.1 of the geocoding_ios package has been released on 3/18/2024. Since the geocoding package uses the following constraint for the dependency on the geocoding_ios package: geocoding_ios: ^3.0.0 (see Package versioning for more details on how constraints are being resolved). The dependency should automatically be updated.

If you experience problems, you might want to locally run flutter pub upgrade and check your pubspec.lock file to determine which version of the geocoding_ios is used on you local machine.