Augmented Reality (AR) Solutions

Here we can talk about the AR (or Augmented Reality) solutions that we have

At this time, I couldn’t find a perfect solution to use in flutter for both Android and iOS, we have some SDKs but they are not up-to-date

For example:
ar_flutter_plugin (A wrapper around ARKit and ARCore) → Last update 23 months ago
ar_core (only for Android) → Last update 2 years ago
arkit_plugin (only for iOS) → Last update 5 months ago

We also have Vuforia AR engine, that is only available for iOS, Android, and Unity. So we don’t have a Flutter SDK (a wrapper) for it. The only way to use it (based on their suggestion) is to use Unity, and then use the flutter_unity_widget in the widget tree that you have.

So if you have any solution or idea, please write here.

What about using the native API ?

1 Like

What do you mean? Using ARCore and ARKit?
We already have flutter SDKs for them but they’re outdated.

prolly they meant platform channels, to use native APIs provided by platform.

2 Likes

Yes that’s correct.
but it takes lots of time and resources to do that which is not practical for most of the simple use-cases
That’s why I was looking for a solution that I can use (as a flutter SDK)