viewer3d 0.0.1 copy "viewer3d: ^0.0.1" to clipboard
viewer3d: ^0.0.1 copied to clipboard

outdated

A flutter library for 3d.

build publish pages-build-deployment

what is it #

online

https://user-images.githubusercontent.com/9412501/159005037-d84e412f-8bf2-4045-a907-c6a889db8f2c.mp4

how to use #

Center(
  child: View3D.me(),
)

Center(
  child: View3D.autoReset(200,200,60),
)

customization


const View3D(
    this.width,
    this.height,
    this.thickness, {
    Key? key,
    this.sides,
    this.backgroundColor = Colors.transparent,
    this.resetTarget,
    this.reset = const ResetNormal(),
})

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A flutter library for 3d.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, flutter, winloading

More

Packages that depend on viewer3d