flutter_map_tile_caching icon indicating copy to clipboard operation
flutter_map_tile_caching copied to clipboard

Plugin for flutter_map providing advanced & performant caching and bulk downloading functionality, with many options for region shapes and extra tools

Results 19 flutter_map_tile_caching issues
Sort by recently updated
recently updated
newest added

This is announcement of intent to stop maintaining the ['fmtc_plus_background_downloading'](https://pub.dev/packages/fmtc_plus_background_downloading) & ['fmtc_plus_sharing'](https://pub.dev/packages/fmtc_plus_sharing) packages. Background downloading functionality will not be integrated into flutter_map_tile_caching core. Background downloading was semi-functional on many devices...

high priority

### What do you want implemented? The ability to delete a downloaded region, either `BaseRegion` or `DownloadableRegion`, by name, and delete any of its contained tiles, assuming they do not...

enhancement

### What is the bug? If we update to 7.x we can no longer compile the project. ``` : Error: The integer literal 8585861370448577604 can't be represented exactly in JavaScript....

bug
blocked
isar

### What do you want implemented? I would be able to use vector tiles (.pbf) instead of Raster Tiles (.png). Indeed my company is rendering our map ourselves, and Vector...

feature

This PR builds on v9, and fully embraces the new many-to-many relationship between tiles and stores to allow for more flexibility when constructing the tile provider. This allows full &...

### What is the bug? Application crashes on IOS when trying to delete or empty the store since using ObjectBox ### How can we reproduce it? The example project reproduces...

bug
external

### What do you want implemented? FMTCStore('mapStore').download.startForeground(region: downloadable, skipExistingTiles: true, skipSeaTiles: true, maxBufferLength:500, instanceId:MapFunctions.generateRandomNumber(0, 1000), ) i have added instance id for multiple downloading. but when we can all region...

bug
needs verification

### Discussed in https://github.com/JaffaKetchup/flutter_map_tile_caching/discussions/163 Originally posted by **eidolonFIRE** July 29, 2024 My app displays many different locations at once (many FlutterMap widgets) at different LatLng locations. Loading a page suddenly...

feature

### What do you want implemented? Now, the package uses objectbox which is blacklisted by fdroid, so I can't deploy my app to fdroid. ``` 2024-09-05 18:59:54,513 DEBUG: Problem: found...

feature