ar_quick_look 0.1.0
ar_quick_look: ^0.1.0 copied to clipboard
Show a USDZ or Reality file in Apple's AR Quick Look, placed in the room through the camera. iOS, with the system viewer rather than a rebuilt one.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ar_quick_lookThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ar_quick_look: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ar_quick_look/ar_quick_look.dart';