flutter_3d_objects 1.0.1+1 copy "flutter_3d_objects: ^1.0.1+1" to clipboard
flutter_3d_objects: ^1.0.1+1 copied to clipboard

A Flutter package project that renders Wavefront's 3D object files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_3d_objects

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

dependencies:
  flutter_3d_objects: ^1.0.1+1

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:flutter_3d_objects/flutter_3d_objects.dart';
2
likes
140
pub points
69%
popularity

Publisher

unverified uploader

A Flutter package project that renders Wavefront's 3D object files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path, vector_math

More

Packages that depend on flutter_3d_objects