Jakub Królewski

Results 10 comments of Jakub Królewski

I've spent some time trying to achieve the blurring effect in Compose using this library and anything else that I was able to find, but I haven't found any solution....

Are they any plans to migrate the library to support null-safety?

I've just switched to this fork: https://github.com/omchiii/model_viewer_plus.dart

Unfortunately, I confirm that the issue is still present in ARCore 1.29.0. Is there any known version that doesn't have this problem? Unfortunately, with a native crash like that, integrating...

It looks that the problem is not in the ArCore itself but in Filament: https://github.com/google/filament/issues/4957 Version 1.17.0 works fine for me.

@monsterbrain do you have a native Android app or a Flutter app? Can you provide a simple app to reproduce the problem? I my case the crash occurs only in...

After a long night of debugging my colleagues created a work-around for the problem in our app. The reason of the problem is that there's the assumption in Sceneform that...

I'm not sure if my code will work in all cases, so I'd need to make much more testing before making a PR. I can't promise that I'll be able...

> why are you using sceneform-android instead of sceneview-android if you are in kotlin? I don't use it directly, but through the library https://pub.dev/packages/arcore_flutter_plugin It originally uses the abandoned Sceneform....

I've made a PR https://github.com/giandifra/arcore_flutter_plugin/pull/167/files Unfortunately, this version doesn't support all the features handled by the example app, so making it production ready would require more work, but I think...