Augmented Reality in Flutter: Why Not?
At Android Day
Being a relatively new framework, Flutter has very limited support for making Augmented Reality apps. In this session, we will be making a Flutter app that will be able to spawn 3D models into the real world. It will use Google's ARCore SDK to perform the same. Additionally, we will be using the Sceneform SDK to make it easier to import 3D models.
Relevant Links
Slides: docs.google.com/presentation/d/1y3CwnTPANVFPjw6wwyjoQO9121nsHuPm9GFpysyb-Ms/edit?usp=drivesdk
arcore_flutter_plugin: pub.dev/packages/arcore_flutter_plugin
Repository: github.com/akshansh2000/learn_ar_flutter
