Skip to content

flutter_3d_controller - v2.0.0

Compare
Choose a tag to compare
@m-r-davari m-r-davari released this 05 Oct 06:11
· 71 commits to master since this release

flutter_3d_controller - v2.0.0

Features

  • Gesture interceptor feature for android and iOS
  • Load .obj 3d models with mtl and textures from asset and url
  • Controller model loading value listener
  • Initial scale and camera properties for .obj models
  • Model loading states callbacks, onProgress, onLoad and onError
  • Stop animation method
  • Enable/disable touch control properties
  • Update core modules

Fixes

  • Fix some small bugs
  • Fix example
  • Update dependencies
  • Improve exception handling