flutter_viewer_usdz 0.0.7 flutter_viewer_usdz: ^0.0.7 copied to clipboard
Flutter plugin for visualizing USDZ models.
flutter_viewer_usdz #
Flutter plugin project that allows you to visualize USDZ models.
Demonstration #
Introduction #
This project is a starting point for a plugin package for Flutter, which includes platform-specific implementation code for Android and/or iOS.
Repository #
You can find the source code at the following link: flutter_usdz_viewer.
Installation #
To install this plugin, add the following line to your pubspec.yaml
file:
dependencies:
flutter_viewer_usdz: ^0.0.7
Then, run the following command to install the dependencies:
flutter pub get
Usage #
To use the plugin, import the package in your Dart file:
import 'package:flutter_viewer_usdz/flutter_viewer_usdz.dart';
You can then use the functionalities of the plugin in your application.
Contributions #
Contributions are welcome. If you would like to contribute, please open an issue or a pull request.
Documentation #
For help with Flutter development, check out the online documentation, which offers tutorials, examples, and a full API reference.