model_viewer 0.7.0 model_viewer: ^0.7.0 copied to clipboard
A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.7.0 - 2020-08-18 #
Added #
- Dependency on Flutter Android bindings for launching the Scene Viewer. (#4)
Changed #
- Upgraded to model-viewer.js 1.1.0.
Fixed #
-
Launching the Scene Viewer on Android now works. (Fixes #4)
-
Improved error logging in case of loading errors.
0.6.0 - 2020-08-18 #
Fixed #
- Escaped HTML attributes on the
<model-viewer>
web component.
0.5.0 - 2020-07-22 #
Added #
- Frequently asked questions and answers in the README.