Skip to content

Update dependency latlong2 to ^0.10.0#243

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/latlong2-0.x
Open

Update dependency latlong2 to ^0.10.0#243
renovate[bot] wants to merge 1 commit intomainfrom
renovate/latlong2-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Type Update Change
latlong2 dependencies minor ^0.9.1^0.10.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jifalops/dart-latlong (latlong2)

v0.10.0

Compare Source

  • Improved LatLng.hashCode to use XOR (^) instead of addition, reducing collisions.
  • Safer LatLng.fromJson parsing: coordinates are now cast via num before converting to double.
  • Documentation cleanup: removed new keyword from all examples, updated return types.
  • Add LatLng.isValid getter for explicit bounds checking (latitude ∈ [-90, 90], longitude ∈ [-180, 180]).
  • Fix Range tests to reflect that latitude/longitude boundary assertions were removed in 0.9.1.

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "before 5am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 27, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: example/pubspec.lock
Command failed: flutter pub upgrade latlong2
Because interactive_bottom_sheet_example depends on flutter_map ^8.2.2 which depends on latlong2 ^0.9.1, latlong2 ^0.9.1 is required.
So, because interactive_bottom_sheet_example depends on latlong2 ^0.10.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on latlong2: flutter pub add latlong2:^0.9.1
Failed to update packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants