model_viewer_plus 1.3.2
model_viewer_plus: ^1.3.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.3.2 - 2022-09-14 #
Changed #
- Update
html_builder.dart:- Fix
min-camera-orbit,max-field-of-view,min-field-of-view
- Fix
1.3.1 - 2022-08-04 #
Changed #
- Upgrade
pubspec.yaml:webview_flutter: ^3.0.1->webview_flutter: ^3.0.4url_launcher: ^6.1.0->url_launcher: ^6.1.5
[1.3.0][1.2.1] - 2022-06-22 #
Changed #
README.md:import 'package:model_viewer_plus/model_viewer.dart';->import 'package:model_viewer_plus/model_viewer_plus.dart';lib\html_builder.dart: fix typos and uncommentdebugPrintfor more debug infolib\model_viewer_plus_mobile.dart: uncommentdebugPrintfor more debug infolib\model_viewer_plus_web.dart: unique viewType to fix #29- Update
assets/model-viewer.min.jsto v1.20.0
1.2.0 - 2022-04-26 #
Added #
- More examples in
example/lib
Changed #
lib\html_builder.dart,lib\model_viewer_plus_mobile.dart,lib\model_viewer_plus_web.dart,lib\model_viewer_plus.dart: implement all the attributes of<model-viewer>v1.11.1.- ModelViewer.arSacle from
final String? arScaletofinal ArScale? arScale, which may be a breaking change. - Update
assets/model-viewer.min.jsto v1.11.1 - Update example dir's gradle version to 7.0.2
1.1.5 - 2022-03-15 #
Changed #
lib/src/model_viewer_plus_mobile.dart- Fix #11, add
gestureRecognizers - A less elegant solution of #8, open usdz file by url_launcher in SFSafariViewController.
- Fix #11, add
1.1.4 - 2022-03-14 #
Changed #
/lib/src/model_viewer_plus_mobile.dart, update according to the newest document. Fix #9.- Insted of
com.google.ar.core, now we usecom.google.android.googlequicksearchbox. This should support the widest possible range of devices. - Mode defaults to
ar_preferred. Scene Viewer launches in AR native mode as the entry mode. If Google Play Services for AR isn't present, Scene Viewer gracefully falls back to 3D mode as the entry mode.
- Insted of
- Add
arModesto example, closer to modelviewer.dev's offical example. - Update
example\android\app\build.gradlecompileSdkVersionto 31 - Update
android_intent_plusto3.1.1 - Update
webview_flutterto3.0.1
Removed #
/lib/src/http_proxy.dart: empty file
1.1.3 - 2022-03-14 #
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.