Adrián Gallego Castellanos
Adrián Gallego Castellanos
This error occurs also to me, it happens when drawing the progress bar. It computes the progress bar as: ```dart for (final DurationRange range in value.buffered) { final double start...
> it still doesn't work on 0.0.81 with flutter v2.10.5 My commit is only committed in my fork, right now it is not available in the main repo. > @marioloko...
@jhomlala can you accept the pull request to merge the fix to the main branch?
I tested on my iPhone but not for .m3u8 so I can't tell if my repo will work, but you can try pointing to it.
I don't think so, because when you use a import a library in your dart code you are importing one version of the code, so with two refs ai think...
Yes, we can combine both without problem
@mvniekerk what do yo think about the solution?
Regarding iii, it can be statically defined, but at least configurable, right now it is always set to 200. Making it grow dynamically will make the solution much harder, as...
With regards to the question: > I don't know about JS/WASM. Is everything in rust memory also WASM linear memory and thus accessible from JS? If it is, it can...
What would it be necessary for this pull request to be accepted? This feature it is mandatory for people working with different environments: dev, test, prod. As each environment may...