Davor Stajcer
Davor Stajcer
@hu1buerger This worked for me https://github.com/dart-lang/build/issues/3733#issuecomment-2600741026
I have the same problem. I'm trying to fix it with this https://github.com/pichillilorenzo/flutter_inappwebview/issues/2150
@dattd38 This worked for me :) https://github.com/pichillilorenzo/flutter_inappwebview/issues/2150#issuecomment-2226883498
@mobile-appz Thank you for the fork! I am currently using this: ``` implementation 'com.google.ar.sceneform:core:1.17.1' implementation 'com.google.ar.sceneform:assets:1.17.1' implementation 'com.google.ar.sceneform.ux:sceneform-ux:1.17.1' ``` Do you have a solution to switch all three dependecies?