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

Commit 388e94d

Browse files
authored
chore: downgraded 'package:meta' dependency (#10)
1 parent b35479a commit 388e94d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## [3.0.1] - 2024/09/12
3+
## [3.0.2] - 2024/09/12
44

55
* Minor dependency bumps
66
* Minor documentation improvements

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: 3.0.1
3+
version: 3.0.2
44

55
homepage: https://github.com/fleaflet/flutter_map
66
repository: https://github.com/fleaflet/flutter_map_cancellable_tile_provider
@@ -31,4 +31,4 @@ dependencies:
3131
flutter:
3232
sdk: flutter
3333
flutter_map: ^7.0.2
34-
meta: ^1.15.0
34+
meta: ^1.11.0

0 commit comments

Comments
 (0)