giandifra / arcore_flutter_plugin

Flutter plugin for ARCore SDK, Android platform to build new augmented reality experiences
MIT License
434 stars 275 forks source link

Kotlin Gradle plugin version error #226

Open jahanzaib999 opened 7 months ago

jahanzaib999 commented 7 months ago

I got the below error I don't know how to solve it

HuzefaAbbasi commented 7 months ago

same problem, have you found the solution

jahanzaib999 commented 7 months ago

same problem, have you found the solution

Use this package arcore_flutter_plugin: ^0.2.0-alpha

HuzefaAbbasi commented 7 months ago

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)

jahanzaib999 commented 7 months ago

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'

HuzefaAbbasi commented 7 months ago

thank you

DennisDebbarma commented 6 months ago

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

giandifra commented 6 months ago

Someone can try this branch ? https://github.com/giandifra/arcore_flutter_plugin/pull/228

yugeshpoudel45 commented 5 months ago

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?

DennisDebbarma commented 5 months ago

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

yugeshpoudel45 commented 5 months ago

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? 325815998-123d667e-ae25-4a05-b503-04c121bba0e9

DennisDebbarma commented 5 months ago

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.

DennisDebbarma commented 5 months ago

dont forget to update your android manifest https://github.com/CariusLars/ar_flutter_plugin/blob/main/android/src/main/AndroidManifest.xml follow their example

Hemanth01235 commented 1 month ago

Change the Kotlin version in External Libraries -> flutter plugins->android->build.gradle change it here it will work