flutter_viewer_usdz 0.0.2 flutter_viewer_usdz: ^0.0.2 copied to clipboard
Flutter plugin for visualizing USDZ models.
0.0.2 #
- Updated the plugin version.
- Improved the project description in the
pubspec.yaml
file. - Added the GitHub repository URL in the
pubspec.yaml
file. - Implemented loading USDZ files from URL or local file system.
- Integrated with
QLPreviewController
for viewing USDZ models on iOS. - Available methods:
loadUSDZFile(String path, {bool isUrl = false})
: Loads a USDZ file.rotateModel(double angle)
: Rotates the loaded model.dispose()
: Releases resources used by the plugin.
0.0.1 #
- Initial release of the
flutter_viewer_usdz
plugin.