Luka S
Luka S
### What is the bug? Performing the double-tap-drag gesture (`MapEventSource.doubleTapHold`) does not cause new tiles to load after the gesture. It's the correct behaviour for tiles not to load DURING...
**Describe the issue** Given a class with a non-nullable field, and a constructor with a nullable equivalent, and without a default value (because the wanted default would be non-`const`), an...
**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 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...
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...
### 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...
The instructions guide through the setup of a task in Task Scheduler based on a device connection event in Event Viewer, to open scrcpy only when a particular device is...
Supersedes #1867 by @josxha. - Reset web index.html config file to initial state in Flutter 3.22 - Also adds required headers to Firebase config (hopefully) Would like to add an...
**Describe the issue** When using a switch expression that is immediately followed by a method on the return result (such as `.then` when the expression returns `Future`s, parenthesis are required,...
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 &...