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 14 flutter_map_tile_caching issues
Sort by recently updated
recently updated
newest added

Adds support for flutter_map v3.0.0 (see https://github.com/fleaflet/flutter_map/pull/1333), which introduces many breaking changes. There are no breaking changes in this library, other than changes due to the breaking changes in flutter_map.

### What do you want implemented? Download cached map tiles as image file permanently, so that i can use map when offline. ### What other alternatives are available? _No response_...

bug

This is designed to reduce the time it takes to generate the list of tiles within a region, as well as any other improvements I can make. For example, using:...

**Ignore the branch name: this is for v9.** See https://github.com/JaffaKetchup/flutter_map_tile_caching/blob/v8.1.0/CHANGELOG.md#changelog for changes. Resolves #122.

### What is the bug? I received an error at startup: IsarError: Cannot open Environment: MdbxError(12) Out of memory ### What is the expected behaviour? No crash ### How can...

bug
blocked
isar

### What is the bug? crash on iOS caused by isar https://github.com/isar/isar/issues/1200 Runner(13061,0x16d4ff000) malloc: Incorrect checksum for freed object 0x17eada600: probably modified after being freed. Corrupt value: 0xb262d1c73d513c90 Runner(13061,0x16d4ff000) malloc:...

bug
blocked
isar

### What is the bug? IsarError: The database is full. Seen on 9.0.0-dev.3 on iOS 16.3.1 and Android 13 using production Sentry logs. No stacktraces passed. Does this mean the...

bug
blocked
isar

### What is the bug? We are using the following code to initialize FMTC. ```dart try { // FMTC only helps with local caching, the app should not crash when...

bug

### What do you want implemented? I'm initializing and disposing a Flutter app within another Flutter app. That 'child' Flutter app uses `flutter_map` and I'm using `flutter_map_tile_caching`. I'm initializing FMTC...

enhancement

### What do you want implemented? `cachedValidDuration` allows for the automatic replacing of tiles when they become to old, in some browsing modes. However, it would be nice to be...

enhancement