Skip to content

Releases: m-r-davari/flutter_3d_controller

flutter_3d_controller - v2.1.0

08 Jan 16:43
Compare
Choose a tag to compare

flutter_3d_controller - v2.1.0

Features

  • Change 3D models by setState

Improvements

  • Improve gesture interceptor
  • Improve performance
  • Update dependencies

Fixes

  • Fix camera shake rare bug

flutter_3d_controller - v2.0.3

01 Jan 23:01
Compare
Choose a tag to compare

flutter_3d_controller - v2.0.3

Fixes

  • Fix onLoad callback delay
  • Fix iOS text select on 3d model

flutter_3d_controller - v2.0.2

14 Oct 15:28
Compare
Choose a tag to compare

flutter_3d_controller - v2.0.2

Fixes

  • Fix multiple model controllers issue
  • Updated minimum SDK version

flutter_3d_controller - v2.0.1

06 Oct 23:51
Compare
Choose a tag to compare

flutter_3d_controller - v2.0.1

Fixes

  • Fix internet permission in example's android manifest
  • Add internet permission guide for android in readme
  • Fix flutter.embedded permission in example's iOS info.plist

flutter_3d_controller - v2.0.0

05 Oct 06:11
Compare
Choose a tag to compare

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

flutter_3d_controller - v1.3.1

27 May 15:27
Compare
Choose a tag to compare

flutter_3d_controller - v1.3.1

Features

  • Mobile and Web stable version (support glb & gltf format)
  • Load 3D model from assets
  • Load 3D model from URL
  • Play animation
  • Switch between animations
  • Pause animation
  • Reset animation
  • Get available animation list
  • Switch between textures
  • Get available texture list
  • Set camera target
  • Reset camera target
  • Set camera orbit
  • Reset camera orbit
  • Set default loading progressbar color

Fixes

  • Fix the issue in fetching available animations and textures in iOS.

flutter_3d_controller - v1.2.1

28 Dec 12:27
Compare
Choose a tag to compare

flutter_3d_controller - v1.2.1

Features

  • Mobile and Web stable version (support glb & gltf format)
  • Play animation
  • Switch between animations
  • Pause animation
  • Reset animation
  • Get available animation list
  • Switch between textures
  • Get available texture list
  • Set camera target
  • Reset camera target
  • Set camera orbit
  • Reset camera orbit

Fixes

  • Some improvements
  • Fix readme file
  • Reduce Sample size
  • Fix Dart Analyse warnings

flutter_3d_controller - v1.2.0

02 Dec 17:12
Compare
Choose a tag to compare

flutter_3d_controller - v1.2.0

Features

  • Mobile and Web stable version (support glb & gltf format)
  • Play animation
  • Switch between animations
  • Pause animation
  • Reset animation
  • Get available animation list
  • Switch between textures
  • Get available texture list
  • Set camera target
  • Reset camera target
  • Set camera orbit
  • Reset camera orbit

Fixes

  • Some improvements
  • Fix readme file

flutter_3d_controller - v1.1.0

27 Nov 16:30
Compare
Choose a tag to compare

flutter_3d_controller - v1.1.0

Mobile & Web stable version

  • Mobile and Web stable version
  • Web animation control (play, pause, switch)
  • Web available animation list
  • web camera position/orbit control

flutter_3d_controller - v1.0.3

24 Nov 01:15
Compare
Choose a tag to compare

flutter_3d_controller - v1.0.3

First stable version

  • Play and control (play, pause, switch) 3d models animation in GLB format
  • Get list of available animations in 3d models
  • Switch between available animations
  • Control camera position and orbit