three_d_viewer 0.3.0 copy "three_d_viewer: ^0.3.0" to clipboard
three_d_viewer: ^0.3.0 copied to clipboard

A high-performance Flutter package for viewing 3D models (GLB/GLTF) with support for animations, camera controls, custom textures, and AR using Three.js.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add three_d_viewer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  three_d_viewer: ^0.3.0

Alternatively, 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:three_d_viewer/three_d_viewer.dart';
1
likes
140
points
497
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance Flutter package for viewing 3D models (GLB/GLTF) with support for animations, camera controls, custom textures, and AR using Three.js.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_inappwebview, url_launcher

More

Packages that depend on three_d_viewer