- Change 3D models by setState
- Improve gesture interceptor
- Improve performance
- Update dependencies
- Fix camera shake rare bug
- Fix onLoad callback delay
- Fix iOS text select on 3d model
- Fix multiple model controllers issue
- Updated minimum SDK version.
- 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
- 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
- Fix some small bugs
- Fix example
- Update dependencies
- Improve exception handling
- Fix the issue in fetching available animations and textures in iOS.
- Set default loading progressbar color.
- 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
- Some improvements
- Fix readme file
- Reduce Sample size
- Fix Dart Analyse warnings
- 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
- Some improvements
- Fix readme file
- Mobile and Web stable version
- Web animation control (play, pause, switch)
- Web available animation list
- web camera position/orbit control
- Fix web data source
- Fix web example
- Some improvements
- First stable version
- Play and control (play, pause, switch) 3d models animation in GLB format
- Get list of available animations from 3d models
- Switch between available animations
- Control camera position
- Control camera orbit
- Fix controller bugs
- Fix some bugs
- Fix some bugs
- Play and control (play, pause, switch) 3d models animation in GLB format
- Control camera position
- Control camera orbit
- Fix controller issue
- Implementing Flutter3DController class
- Fix 3d model viewer widget
- Implementing Flutter3DViewer widget
- Fix architecture