Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to build Augment Reality application using Flutter? [closed]

I had some basic knowledge on Android Development. Recently heard about Flutter and very interested to work on it. I want to know is it possible to build an augment reality app using flutter and which methods to follow to accomplish this? Please help.

like image 360
Laxmi Chaitanya Kumar K. Avatar asked Mar 07 '18 07:03

Laxmi Chaitanya Kumar K.


People also ask

Is Flutter good for augmented reality?

And now you can bring even more powerful augmented reality features to your Flutter-based apps. Our latest release, SDK 9.9, delivers location-based AR, image and object tracking, markerless AR, and a wide range of features allowing Flutter developers to augment the world around them in just a few hours.

Can we make a AR app in Flutter?

In this tutorial, you'll learn about how to build an augmented reality app in Flutter with a plugin that supports both Android and iOS devices. An AR app adds data or visuals to your experience on your camera. Popular examples include Instagram filters, Snapchat filters, various map apps, and more.

Can you build full app with Flutter?

Luckily, Flutter is a cross-platform app development framework. If your application doesn't include any platform-specific features, it will immediately work on Android as well as iOS devices. It means that you will get three ready-to-use versions of your application: iOS, Android, and a web app version.


1 Answers

As of now, flutter has no support to 3D. Flutter now is focused to only 2D and the team has long-term plan to offer an optimized 3D api for flutter. You read the faq here.

like image 127
Hemanth Raj Avatar answered Sep 20 '22 04:09

Hemanth Raj