mootw

Results 7 issues of 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...

status: triage
type: bug

## 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...