Skip to content

Commit 6da14f8

Browse files
authored
chore: prepare for v8.3.0 release (#2179)
1 parent 8089dd8 commit 6da14f8

6 files changed

Lines changed: 44 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,44 @@ Please consider [donating](https://github.com/sponsors/fleaflet) or [contributin
44

55
This CHANGELOG does not include every commit and/or PR - it is a hand picked selection of the ones that have an effect on most users. For a full list of changes, please check the GitHub repository releases/tags. We also release highlights for some releases on the docs site.
66

7+
## [8.3.0] - 2026/04/14
8+
9+
Contains the following user-affecting changes:
10+
11+
- Added `MapOptions.onPointerMove` callback - [#2137](https://github.com/fleaflet/flutter_map/pull/2137)
12+
- Added `InteractionOptions.flingAnimationDampingRatio` parameter - [#2177](https://github.com/fleaflet/flutter_map/pull/2177)
13+
- Added separate `RotatedOverlayImage.transformFilterQuality` parameter - [#2169](https://github.com/fleaflet/flutter_map/pull/2169)
14+
- Improved fling behaviour when pointer leaves window - [#2158](https://github.com/fleaflet/flutter_map/pull/2158)
15+
16+
Contains the following user-affecting bug fixes:
17+
18+
- Use `TileLayer.tileBuilder` for errored tiles - [#2166](https://github.com/fleaflet/flutter_map/pull/2166) for [#2154](https://github.com/fleaflet/flutter_map/issues/2154)
19+
- Correct `TileLayer`'s tile visibility calculation - [#2174](https://github.com/fleaflet/flutter_map/pull/2174) for [#2175](https://github.com/fleaflet/flutter_map/issues/2175)
20+
- Prevent memory leak by throwing when `LatLng` is non-finite during projection - [#2182](https://github.com/fleaflet/flutter_map/pull/2182) for [#2178](https://github.com/fleaflet/flutter_map/issues/2178)
21+
- Consider `strokeWidth` when calculating polyline visibility during non-aggressive culling - [#2184](https://github.com/fleaflet/flutter_map/pull/2184)
22+
- Correct `LatLngBounds.isOverlapping` calculation - [#2190](https://github.com/fleaflet/flutter_map/pull/2190)
23+
24+
Contains the following user-affecting performance improvements:
25+
26+
- Reduce large amounts of unnecessary rebuilding by replacing unstable widget key with dedicated stable `TileKey` - [#2195](https://github.com/fleaflet/flutter_map/pull/2195)
27+
28+
Contains the following other notable changes:
29+
30+
- Removed 'package:logger' dependency - [#2185](https://github.com/fleaflet/flutter_map/pull/2185)
31+
- Removed OSM unblocking flow - [#2185](https://github.com/fleaflet/flutter_map/pull/2185)
32+
- Absorb necessary 'dart:io' components to remove references and allow pana to recognise flutter_map as WASM compatible - [#2186](https://github.com/fleaflet/flutter_map/pull/2186)
33+
34+
Many thanks to these contributors (in no particular order):
35+
36+
- @monsieurtanuki
37+
- @ReinisSprogis
38+
- @shindonghwi
39+
- @ben-milanko
40+
- @Robbendebiene
41+
- @braindamagedman
42+
- @stani-m
43+
- ... and all the maintainers
44+
745
## [8.2.2] - 2025/09/19
846

947
Contains the following user-affecting bug fixes:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018-2025, the 'flutter_map' authors and maintainers
3+
Copyright (c) 2018-2026, the 'flutter_map' authors and maintainers
44

55
All rights reserved.
66

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_map_example
22
description: Example application for 'flutter_map' package
33
publish_to: "none"
4-
version: 8.2.2
4+
version: 8.3.0
55

66
environment:
77
sdk: ">=3.6.0 <4.0.0"

example/windows/runner/Runner.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ BEGIN
8989
BEGIN
9090
BLOCK "040904e4"
9191
BEGIN
92-
VALUE "CompanyName", "dev.fleaflet.flutter_map" "\0"
92+
VALUE "CompanyName", "fleaflet" "\0"
9393
VALUE "FileDescription", "flutter_map Demo" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "flutter_map Demo" "\0"
96-
VALUE "LegalCopyright", "Copyright (C) 2025 dev.fleaflet.flutter_map. All rights reserved." "\0"
96+
VALUE "LegalCopyright", "Copyright (C) 2026 flutter_map Authors & Maintainers. All rights reserved." "\0"
9797
VALUE "OriginalFilename", "flutter_map_demo.exe" "\0"
9898
VALUE "ProductName", "flutter_map Demo" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_map
22
description: "Flutter's №1 non-commercially aimed map client: it's easy-to-use, versatile, vendor-free, fully cross-platform, and 100% pure-Flutter"
3-
version: 8.2.2
3+
version: 8.3.0
44

55
repository: https://github.com/fleaflet/flutter_map
66
issue_tracker: https://github.com/fleaflet/flutter_map/issues

windowsApplicationInstallerSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "flutter_map Demo"
5-
#define MyAppVersion "for 8.2.2"
5+
#define MyAppVersion "for 8.3.0"
66
#define MyAppPublisher "fleaflet"
77
#define MyAppURL "https://github.com/fleaflet/flutter_map"
88
#define MyAppSupportURL "https://github.com/fleaflet/flutter_map/issues"

0 commit comments

Comments
 (0)