Skip to content

[Bug]: Dependency versions are old #183

@lukehutch

Description

@lukehutch

Please check the following before submitting a new issue.

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions