Dave Hole
Dave Hole
Yes please, we're currently having to override this dependency. ``` dependency_overrides: scrollable_positioned_list: 0.3.2 ```
I had similar problems with apps crashing relating to internal GPU... I ended up changing the ig-platform-id to the one specified in this repo (very similar components): https://github.com/samuel21119/Intel-i9-10900-Gigabyte-Z490-Vision-G-Hackintosh Specifically looking...
For me, this occurred when adding `schemas` into the `Isar.open` call which were annotated as `@embedded`. When I remove these and only included those annotated as `@collections`, it worked fine!...