Daniel Felten
Daniel Felten
Thanks for the custom build! A setting for scrolling would be great since I sometimes like scrolling but when working this is a bit distracting.
Did you find a solution for this? Large html files are difficult for the performance. Especially when navigate to a page with a large html widget it's laggy. I think...
We found a possible solution for the problem. Maybe that helps others too. First you need to split the HTML String into parts via `htmlparser` from the html package. After...
In our example we are rendering post articles. Our authors write them for a WordPress system and the API sends the post content as html. First we tried a WebView,...
We're currently using the ListBuilder solution in our app for [iOS](https://apps.apple.com/de/app/kostenlos-de/id1521426882) and [Android](https://play.google.com/store/apps/details?id=de.trimexa.kostenlos&hl=de). It's working really well, but some kind of asynchronous builder would be a better solution. The alternative...
> Contributions are always welcome, and I've started delegating to @erickok for code reviews/PRs and soon version updates so that my college schedule won't get in the way of the...
It would be great to be able to use FVM for running tests via `very_good`. We work on many projects with different Flutter versions and it is relatively inconvenient to...
We're also using an other line length. Our default is 120 and so we're excluding generated files from formatting. Our formatting command is: ```sh find . -name "*.dart" ! -name...
A preset for RPG Maker games for the EasyRPG Libreto core. A RPG Maker game has it's own folder and each ldb file has the same name. So we have...
> A preset for RPG Maker games for the EasyRPG Libreto core. A RPG Maker game has it's own folder and each ldb file has the same name. So we...