Flutter and AR | Create AR application in Flutter | AR in Flutter | Augmented Reality

Опубликовано: 15 Октябрь 2024
на канале: aseem wangoo
22,956
78

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)

Flutter Web: https://web.flatteredwithflutter.com/#/

Website: https://flatteredwithflutter.com/how-...

Medium:   / edit  

#AR #FlatteredWithFlutter #Flutter

In case, this helped, pass me a coffee!! 😊😊
https://www.buymeacoffee.com/aseemwangoo

Sample Code: https://github.com/khalithartmann/flu...