Skip to content

Commit

Permalink
chore!: support flutter_map v7 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: JaffaKetchup <[email protected]>
  • Loading branch information
Trung15010802 and JaffaKetchup authored Jun 8, 2024
1 parent 9033cd5 commit 984dfd2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

## [3.0.0] - 2024/04/02
## [3.0.0] - 2024/06/XX

* Updated to support flutter_map v7.0.0
* Updated to support flutter_map v7

## [2.0.0] - 2023/12/02

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2023, the 'flutter_map' authors and maintainers
Copyright (c) 2023-2024, the 'flutter_map' authors and maintainers

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ Although HTTP request abortion is supported on all platforms, it is especially u
On other platforms, the other benefits may still occur, but may not be as visible as on the web.

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.

> WASM is currently not supported, because Dio does not yet support it.
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_map_cancellable_tile_provider
description: Plugin for flutter_map that provides a `TileProvider` with the capability to cancel unnecessary HTTP tile requests
version: 3.0.0-dev.1
version: 3.0.0

homepage: https://github.com/fleaflet/flutter_map
repository: https://github.com/fleaflet/flutter_map_cancellable_tile_provider
Expand All @@ -27,8 +27,8 @@ environment:
flutter: ">=3.10.0"

dependencies:
dio: ^5.4.0
dio: ^5.4.3
flutter:
sdk: flutter
flutter_map: ^7.0.0-dev.1
meta: ^1.9.1
flutter_map: ^7.0.0
meta: ^1.11.0

0 comments on commit 984dfd2

Please sign in to comment.