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.