model_viewer_plus 1.1.1 model_viewer_plus: ^1.1.1 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.
[1.1.1] - 2022-02-17 #
Added #
/assets/model-viewer.min.js
(v1.10.1, which is actually identical to v1.10.0)
Changed #
/etc/assets
->/assets
example/flutter_02.png
: Updated the Screenshot.README.md
: README Update.lib/src/model_viewer_plus_web.dart
: Due to the change ofmodel-viewer.js
->model-viewer.min.js
lib/src/model_viewer_plus_mobile.dart
: Due to the change ofmodel-viewer.js
->model-viewer.min.js
, added CircularProgressIndicator while mobile platform loading
Removed #
/etc/assets/model-viewer.js
: To slim the package size.