Amir Hardon
Amir Hardon
Thanks for the contribution! I'm following the initial PR review policy, this PR isn't trivial to review so I'm labeling it with "backlog" and we will prioritize according to the...
Marker clustering, and loading marker images from the network are separate issues. The later is tracked in: https://github.com/flutter/flutter/issues/28140 Lets use this issue to only track marker clustering (I'm editing this...
I haven't verified but I believe the limit should come from the texture mechanism (which I believe requires API 16 for `detachFromGLContext`), the other limiting factor would be ExoPlayer, which...
Thanks @bamtang-dev It will help if we can reproduce so we can investigate and try to root cause. Are you able to share a minimal project that reproduces the issue?
The way the plugin works right now, a heuristic is used to pick a stream size based on the stream sizes that are supported by default on the device; this...