Jan Häusler

Results 5 comments of Jan Häusler

@Termtime thank you for working on a fix! I figured out that using OverflowBox is a temporary workaround solution for this issue, e.g.: ```dart RelativeBubbleSlide( widgetKey: widgetToHighlightKey, child: RelativeBubbleSlideChild( direction:...

This seems to be related to this issue over at the glutin repository: [https://github.com/tomaka/glutin/issues/834](https://github.com/tomaka/glutin/issues/834) They seem to have fixed this just yesterday! I will try to update the dependencies in...

I was able to fix this by updating the dependencies in a fork of [https://github.com/PistonDevelopers/glutin_window/](https://github.com/PistonDevelopers/glutin_window/) to use the latest version from the [https://github.com/tomaka/glutin](https://github.com/tomaka/glutin) repository instead of the crates.io version. So...