mootw
mootw
untested! fleaflet/flutter_map#1333
IMPORTANT: This depends on ibrierley/flutter_map_dragmarker#17 final version is not in place!! fleaflet/flutter_map#1333
## 🔙 Regression Plugin no longer works in the background. ### Old (and correct) behavior I was able to check for permissions in the background using background_fetch. ### Current behavior...
## What is it? This PR removes LayerOptions and Plugins entirely. This has multiple benefits. LayerOptions were used as a way to pass down map state like this: ```dart class...
IMPORTANT: This depends on rorystephenson/flutter_map_marker_popup#51 final version is not in place!! fleaflet/flutter_map#1333
This is a potential proposal to removing dependency on latlong2. Mainly it restricts bounds to +-180, +-90 which makes wrapping maps impossible in practice. A record type makes it easy...
Event category is required, name is optional, value can be num instead of int. The current implementation has a widgetName parameter that is "optional", That is tied to the category...
### Steps to reproduce run app with flutter 3.27.0-0.2.pre ### Expected results The app should launch correctly with no problems. using flutter 3.24.5 the app correctly launches on the listed...
Hi, I am attempting to encode some images in avif format using this package. However I am experiencing what appear to be color space issues? I am not really sure....