I'm working on a flutter project and I want to use arcore_flutter_plugin, the AR part is one of the essential requirements of my app, I'm new to this, so I tried to run the basic example attached with the plugin documentation, I followed each step and once I run the code, the application requires me to download Google Play Services for AR, but Google Play Store tells me that the device incompatible with the version required
I've noticed that my device Galaxy J6+ is not even supported by Google ARCore, it is not mentioned in the list. So does that mean that I need another device (supported)? is there any way to enable AR for my device so I can use the plugin?
As seen here, AR Core isn't supported on your device and as such, you might want to try developing with a supported device.