-
- Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Please check the following before submitting a new issue.
- I have searched the existing issues.
- I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
- Android
- iOS
Steps to reproduce
The latest version of geocoding in pub.dev is 2.1.1. This depends upon geocoding_platform_interface 2.0.1, which is an old version (the latest in pub.dev is 3.1.0), and also an old version of geocoding_android (the dep is 2.1.2, latest is 3.0.0).
├── geocoding 2.1.1 │ ├── geocoding_android 2.1.2 │ │ └── geocoding_platform_interface... │ ├── geocoding_ios 2.1.1 │ │ └── geocoding_platform_interface... │ └── geocoding_platform_interface 2.0.1 The platform interface API has changed in the git version, so that it's required to call setLocale rather than passing the locale in as a parameter.
Expected results
It would be nice to get the pub.dev version up to date with git.
Actual results
Deps are old.
Code sample
N/A
Screenshots or video
Screenshots or video demonstration
[Upload media here]
Version
2.1.1
Flutter Doctor output
N/A
Metadata
Metadata
Assignees
Labels
No labels