getBoolean

Results 7 comments of getBoolean

> `text-indent` natively in Flutter can be done like so: > > ```dart > TextSpan( > children: [ > WidgetSpan(child: SizedBox(width: 40.0)), > TextSpan(text: 'lorem impsum...'), > ], > )...

@SoFo12 were you able to find a solution? I am currently working on a custom epub library, so I am interested in how this could be done. For reference, J-Novel...

Looks like `shouldInterceptFetchRequest` won't do what I want anyway (intercept the url given to an iframe). I'll keep this open since its a weird edge case.

Did you find a solution to this? Maybe as a workaround, is there a way to prevent "all" from being an option when packageFilters is used?

~~I am not reproducing this on M1, built from latest [master](b4300d303d956794a5ae195100e9073a43d4f095) from source.~~ ~~Qt 5.15.2~~ ~~Device: M1 Mac Mini, Ventura 13.0.1~~

> > I am not reproducing this on M1, built from latest [master](b4300d303d956794a5ae195100e9073a43d4f095) from source. > > Qt 5.15.2 Device: M1 Mac Mini, Ventura 13.0.1 > > I built it...

@Vito0912 only thing I could think of was to iterate through the html and render one section at a time and measure, then add more text via post frame callbacks...