This video shows how to use Flutter and AR to create an app. Demo in Android.
Good AR package: https://pub.dev/packages/arkit_plugin (iOS, Android)

Flutter and AR | Create AR application in Flutter
What’s AR? Augmented reality (AR) is an interactive experience of a real-world environment where the objects that reside in the real-world are “augmented” by computers.

Diving in….Choose the right development IDE for your use-case

Integrating AR in your app requires the below steps:
Install the arcore plugin… (ARCORE)
Change the minSdkVersion to 24 and compileSdkVersion to 28 (both available under app/build.gradle)

Sample Code: https://github.com/khalithartmann/flutter_arcore_plugin/tree/master/arcore_plugin/example

#flutter #programming #developer

Flutter and AR | Create AR application in Flutter
3.50 GEEK