jeffmikels

Results 16 comments of jeffmikels

This problem exists on Mac too.

After further review the apparent lag comes because the HtmlParser is called on every build which gets called on every scroll event. Parsing should happen only once on the first...

My workaround has been to create the Html widget outside my build function. This solves the re-parsing problem because it appears the rendering is happening on widget creation and not...

> @jeffmikels thanks for the PR. > > I would suggest breaking down the PR into smaller one for easier review and merge. > > What about filing a separate...

> @MarcusWichelmann nope, no embedding. I simply launch the PlayerActivity from the FlutterActivity with all the params necessary to play the video from the flutter side. Once the playback is...

No. I never found a solution.

I too would like to see the option to use other algorithms.