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

Commit 984dfd2

Browse files
chore!: support flutter_map v7 (#8)
Co-authored-by: JaffaKetchup <[email protected]>
1 parent 9033cd5 commit 984dfd2

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
## [3.0.0] - 2024/04/02
3+
## [3.0.0] - 2024/06/XX
44

5-
* Updated to support flutter_map v7.0.0
5+
* Updated to support flutter_map v7
66

77
## [2.0.0] - 2023/12/02
88

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) 2023, the 'flutter_map' authors and maintainers
3+
Copyright (c) 2023-2024, the 'flutter_map' authors and maintainers
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ Although HTTP request abortion is supported on all platforms, it is especially u
1515
On other platforms, the other benefits may still occur, but may not be as visible as on the web.
1616

1717
Once HTTP request abortion is [added to Dart's 'native' 'http' package (which already has a PR opened)](https://github.com/dart-lang/http/issues/424), `NetworkTileProvider` will be updated to take advantage of it, replacing and deprecating this provider. This tile provider is currently a separate package and not the default due to the reliance on the additional Dio dependency.
18+
19+
> WASM is currently not supported, because Dio does not yet support it.

pubspec.yaml

Lines changed: 4 additions & 4 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: 3.0.0-dev.1
3+
version: 3.0.0
44

55
homepage: https://github.com/fleaflet/flutter_map
66
repository: https://github.com/fleaflet/flutter_map_cancellable_tile_provider
@@ -27,8 +27,8 @@ environment:
2727
flutter: ">=3.10.0"
2828

2929
dependencies:
30-
dio: ^5.4.0
30+
dio: ^5.4.3
3131
flutter:
3232
sdk: flutter
33-
flutter_map: ^7.0.0-dev.1
34-
meta: ^1.9.1
33+
flutter_map: ^7.0.0
34+
meta: ^1.11.0

0 commit comments

Comments
 (0)