viewer3d 0.0.2 copy "viewer3d: ^0.0.2" to clipboard
viewer3d: ^0.0.2 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(),
})

menulayout #

MenuLayoutj(
    home: _buildHome,
    menu: _buildMenu,
)

customization #

  const MenuLayoutj({
    required this.home,
    required this.menu,
    this.offsetPercent = .6,
    this.dragable = false,
    this.duration = 300,
    this.deform = const CubeDeform(),
    this.critical = .7,
    Key? key,
  })
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A flutter library for 3d.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

cached_network_image, flutter, winloading

More

Packages that depend on viewer3d