Julian Bissekkou
Julian Bissekkou
When pressing the update option the following error is displayed: I installed the app using brew today. Besides that I am really enjoying this product! Keep going :)
## 💬 Questions and Help The accuracy table that we can find in the bottom of the readme.md file is a little confusing. Many people reported that they got better...
We are really enjoying your package and it works great! It would be nice to have to option to center the `InteractiveViewer` to a specific node. `TransformationController` already provides the...
Thanks again for taking the time to hop on a call with me and discuss potential performance fixes. I reduced the iterations in `nodeOrdering` to 3 and then I did...
**Is your feature request related to a problem? Please describe.** I am doing an equal check on two instances and I want to have a nice syntax for excluding properties....
### What happened? I am using a self-hosted mac os runner for building a macOS app. When the build is done, the artifact is uploaded and the download URL is...
I can't find a `distinctBy` operator on `Iterable` or `List`. Am I missing something? I can create a pull request adding this functionality if you like. Let me know!
## Steps to Reproduce HTML ```html Some other text. This is a list: Point 1 Point 2 Point 1 ``` `HtmlWidget` configuration ```dart Scaffold( body: SafeArea( child: SingleChildScrollView( child: HtmlWidget(...