Open jahanzaib999 opened 9 months ago
same problem, have you found the solution
same problem, have you found the solution
Use this package arcore_flutter_plugin: ^0.2.0-alpha
is it working fine for you? i am having issues like this: Duplicate class com.google.flatbuffers.Utf8Safe found in modules jetified-core-1.21.0-runtime (com.gorisse.thomas.sceneform:core:1.21.0) and jetified-sceneform-base-1.15.0-runtime (com.google.ar.sceneform:sceneform-base:1.15.0)
is it working fine for you? i am having issues like this: Duplicate class com.google.flatbuffers.Utf8Safe found in modules jetified-core-1.21.0-runtime (com.gorisse.thomas.sceneform:core:1.21.0) and jetified-sceneform-base-1.15.0-runtime (com.google.ar.sceneform:sceneform-base:1.15.0)
implementation 'com.google.ar:core:1.28.0'
thank you
did implementation 'com.google.ar:core:1.28.0' work for me it didn't. what's with the arcoresceneform? also can you guys please share the kotlin version? would be a great help
Someone can try this branch ? https://github.com/giandifra/arcore_flutter_plugin/pull/228
did implementation 'com.google.ar:core:1.28.0' work for me it didn't. what's with the arcoresceneform? also can you guys please share the kotlin version? would be a great help
didn't worked for me too. Can someone help me with it?
try ar_flutter_plugin_flutterflow: ^0.7.46, and all the functions and everything is same as ar flutter plugin. You can check the plugins there at the website. Much better and supports arkit as well as arcore.
All the best, it is working for me better
try ar_flutter_plugin_flutterflow: ^0.7.46, and all the functions and everything is same as ar flutter plugin. You can check the plugins there at the website. Much better and supports arkit as well as arcore.
All the best, it is working for me better
While using ar_flutter_plugin_flutterflow plugin. This issue arises while trying to run it in android emulator in virtualscene. Can you help me with it?
try using https://github.com/CariusLars/ar_flutter_plugin/blob/main/example/lib/examples/debugoptionsexample.dart this code example, just replace ar_flutter_plugin with ar_flutter_plugin_flutterflow, if not on virtual device then use your real device that supports arcore.
dont forget to update your android manifest https://github.com/CariusLars/ar_flutter_plugin/blob/main/android/src/main/AndroidManifest.xml follow their example
Change the Kotlin version in External Libraries -> flutter plugins->android->build.gradle change it here it will work
I got the below error I don't know how to solve it