model_viewer_plus 1.1.2
model_viewer_plus: ^1.1.2 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.2 - 2022-02-17 #
Added #
/lib/src/shim/withdart_html_fake.dartanddart_ui_fake.dart. FixingERROR: The name platformViewRegistry' is being referenced through the prefix 'ui', but it isn't defined in any of the libraries imported using that prefix.andINFO: Avoid using web-only libraries outside Flutter web pluginto improve the score on pub.dev.
Changed #
- example's
/etc/assets->/assets
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->/assetsexample/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.jslib/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.