Add map tile caching

This commit is contained in:
zontreck 2025-05-17 01:27:41 -07:00
parent ee0fed6d6b
commit f6fcc4c390
4 changed files with 17 additions and 2 deletions

View file

@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0-beta.4
version: 1.0.0-beta.5
environment:
sdk: ^3.7.2
@ -45,6 +45,7 @@ dependencies:
geolocator: ^14.0.0
flutter_map: ^8.1.1
latlong2: ^0.9.1
flutter_map_tile_caching: ^10.1.1
dev_dependencies:
flutter_test: