flutter_viewer_usdz 0.0.1
flutter_viewer_usdz: ^0.0.1 copied to clipboard
Plugin de Flutter para la visualización de archivos USDZ en aplicaciones móviles.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_viewer_usdzWith Flutter:
$ flutter pub add flutter_viewer_usdzThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_viewer_usdz: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_viewer_usdz/flutter_usdz_viewer.dart';
import 'package:flutter_viewer_usdz/flutter_usdz_viewer_method_channel.dart';
import 'package:flutter_viewer_usdz/flutter_usdz_viewer_platform_interface.dart';