flutter_3d_obj 0.0.2 copy "flutter_3d_obj: ^0.0.2" to clipboard
flutter_3d_obj: ^0.0.2 copied to clipboard

outdatedDart 1 only

A new flutter package to render wavefront obj files into a canvas.

flutter_3d_obj #

A flutter package to render wavefront obj files on a canvas.

Usage #

To use this package, add flutter_3d_obj to your pubspec.yaml file. Then import the package to use it.

Example Usage #

The following example basic usage of package.

...
child: new Object_3D(size:'/size of canvas/',
                    path:'/path of file/',
                    asset: true'/set true to load file from assets/'),
...

If SD-card path provided, ensure SD-card permissions are available.

Built With #

  • Flutter - A framework for building crossplatform mobile applications with native look and feel.

Author #

Hemanth Raj LinkedIn

Getting Started #

For help getting started with Flutter, view online documentation.

26
likes
0
pub points
86%
popularity

Publisher

verified publisherhemanthraj.in

A new flutter package to render wavefront obj files into a canvas.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta, vector_math

More

Packages that depend on flutter_3d_obj