Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flutter_map from 3.1.0 to 4.0.0 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 28, 2024

Bumps flutter_map from 3.1.0 to 4.0.0.

Release notes

Sourced from flutter_map's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: fleaflet/flutter_map@v3.1.0...v4.0.0

v4.0.0 - Pre-release 1

The pre-release for the next version (v4) of 'flutter_map' is now publicly available on pub.dev at https://pub.dev/packages/flutter_map/versions/4.0.0-dev.1. It contains a few massive improvements and a lot of work from this community, so we'd appreciate any feedback from testing or opinions. You can talk about v4 on the Discord server, or please create a Discussion here alternatively.

There's breaking changes for many users & plugins, so it may also be beneficial to begin migrating your app or plugin now, so it's ready on full release.

Unfortunately, we can't publish the v4 documentation and migration instructions yet, but for now, please read the CHANGELOG and information from the individual PRs: https://github.com/fleaflet/flutter_map/blob/8e50027fbc666d9d83fcf214136ba4e7b978ed19/CHANGELOG.md.

The release on pub.dev also includes changes from #1475, whereas this release does not.

Changelog

Sourced from flutter_map's changelog.

[4.0.0] - 2023/05/05

"Out With The Old, In With The New"

Contains the following improvements:

  • Reimplemented TileLayer and underlying systems - #1475
  • Reimplemented attribution layers - #1487 & #1390
  • Added secondary tap handling to MapOptions - #1448 for #1444
  • Refactored FlutterMapState's maybeOf method into maybeOf & of - #1495
  • Removed LatLngBounds.pad (unused and broken) method - #1427
  • Removed absorbPanEventsOnScrollables option - #1455 for #1454
  • Removed leftover deprecations - #1475
  • Improved rotation gestures (cause rotation about the gesture center) - #1437
  • Improved number (num/int/double) consistency internally - #1482
  • Minor example application improvements - #1440 & #1487

Contains the following bug fixes:

  • Prevented scrolling of list and simultaneous panning of map on some platforms - #1453
  • Improved LatLngBounds's null safety situation to improve stability - #1431
  • Migrated from multiple deprecated APIs - #1438

Contains the following performance and stability improvements:

  • Batched polygon and polyline rendering to minimize redraws and maximize their efficiency - #1442 & #1462
  • Added a threshold for rasterization to avoid excessive fixed overhead cost for cheap redraws - #1462

Many thanks to these contributors (in no particular order):

And an additional special thanks to @​rorystephenson & @​ignatz for investing so much of their time into this project recently - we appreciate it!

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flutter_map](https://github.com/fleaflet/flutter_map) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: flutter_map
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants