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

pub

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.center = true,
    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,
  })

Libraries

viewer3d