David King
David King
I came here to ask this very question. We recently upgraded our various FlutterFire plugins, changed our implementation to match the new documentation and now everything is being logged as...
> @lulupointu - What you want to do is more linked with state management than routing. Some routing packages have limited state management capabilities but I think the easiest way...
...yup, it applies to all draggable elements, including the polygon line handles
I have a pull request #1078 that may address this. Please watch the second videos on that PR to see if that's useful.
Fixes #1077
@palhal there's not been any commits or pull requests merged since Sept 2021. Starting to wonder if the project isn't maintained any more?
PR #1078 has an updated theme.js that uses this approach: https://github.com/mapbox/mapbox-gl-draw/blob/dccebd3dd216e9deb11f8cf8c83824f98523fcc2/src/lib/theme.js
The issue is that the `vertex` and `midpoint` elements don't act like the others. I noticed this in #1077 - where the `mode` is also unavailable. I've created a PR...
I have the same issue as @renefloor - errors related to `cached_network_image` when offline account for 60-70% of my Crashlytics logging. Our app is offline first, so this is logging...