native_ar_viewer 0.0.1 copy "native_ar_viewer: ^0.0.1" to clipboard
native_ar_viewer: ^0.0.1 copied to clipboard

A flutter plugin to quickly view 3D models in AR in Flutter using Android SCENE VIEW and IOS QUICK LOOK.

native_ar_viewer #

A flutter plugin to quickly view 3D models in AR in Flutter using Android SCENE VIEW and IOS QUICK LOOK.

Supported formats. #

Android -> GLB, GLTF. IOS -> USDZ.

Example App Demonstrates how to use the native_ar_viewer plugin for Android. For IOS you have to pass file path from local directory.

IOS possible solution #

You can download and save remote assets using flutter_downloader package by flutter community. After saving pass the file path to native_ar_viewer -> launchAR function.

but that's one solution, you can modify as per your custom needs.

IOS Quick Look does not support loading assets from remote URL.

4
likes
150
pub points
68%
popularity

Publisher

unverified uploader

A flutter plugin to quickly view 3D models in AR in Flutter using Android SCENE VIEW and IOS QUICK LOOK.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_ar_viewer