Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 9033cd5

Browse files
authored
chore!: support core v7.0.0-dev.1 (#6)
1 parent 038c1b6 commit 9033cd5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22

3-
## [2.0.0] - 2023/12/XX
3+
## [3.0.0] - 2024/04/02
4+
5+
* Updated to support flutter_map v7.0.0
6+
7+
## [2.0.0] - 2023/12/02
48

59
* Fixed "Exception: Buffer parameter must not be null" - [#3](https://github.com/fleaflet/flutter_map_cancellable_tile_provider/pull/3) for [core #1687](https://github.com/fleaflet/flutter_map/issues/1687)
610
* Multiple bug fixes and performance enhancements - [#4](https://github.com/fleaflet/flutter_map_cancellable_tile_provider/pull/4) reflecting [core #1742](https://github.com/fleaflet/flutter_map/pull/1742)

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_map_cancellable_tile_provider
22
description: Plugin for flutter_map that provides a `TileProvider` with the capability to cancel unnecessary HTTP tile requests
3-
version: 2.0.0
3+
version: 3.0.0-dev.1
44

55
homepage: https://github.com/fleaflet/flutter_map
66
repository: https://github.com/fleaflet/flutter_map_cancellable_tile_provider
@@ -30,5 +30,5 @@ dependencies:
3030
dio: ^5.4.0
3131
flutter:
3232
sdk: flutter
33-
flutter_map: ^6.0.1
33+
flutter_map: ^7.0.0-dev.1
3434
meta: ^1.9.1

0 commit comments

Comments
 (0)