jeffmikels
jeffmikels
This problem exists on Mac too.
Dart codegen bug fixes: honor prefix/suffix, handle operation return types, replaces Object with Map
Are there any other questions?
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...
I think my PR #12574 fixed this.
Dart codegen bug fixes: honor prefix/suffix, handle operation return types, replaces Object with Map
> @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.