model_viewer_plus 1.1.5 copy "model_viewer_plus: ^1.1.5" to clipboard
model_viewer_plus: ^1.1.5 copied to clipboard

outdated

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.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.

[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 use com.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.
  • Add arModes to example, closer to modelviewer.dev's offical example.
  • Update example\android\app\build.gradle compileSdkVersion to 31
  • Update android_intent_plus to 3.1.1
  • Update android_intent_plus to 3.0.1

Removed #

  • /lib/src/http_proxy.dart: empty file

[1.1.3] - 2022-03-14 #

Changed #

  • ModelViewer's default backgroundColor from Colors.white to Colors.transparent, due to #12
  • proxy's null check fix and setState() {} for it, due to #10

[1.1.2] - 2022-02-17 #

Added #

  • /lib/src/shim/ with dart_html_fake.dart and dart_ui_fake.dart. Fixing ERROR: The name platformViewRegistry' is being referenced through the prefix 'ui', but it isn't defined in any of the libraries imported using that prefix. and INFO: Avoid using web-only libraries outside Flutter web plugin to 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 -> /assets
  • example/flutter_02.png: Updated the Screenshot.
  • README.md: README Update.
  • lib/src/model_viewer_plus_web.dart: Due to the change of model-viewer.js -> model-viewer.min.js
  • lib/src/model_viewer_plus_mobile.dart: Due to the change of model-viewer.js -> model-viewer.min.js, added CircularProgressIndicator while mobile platform loading

Removed #

  • /etc/assets/model-viewer.js: To slim the package size.

[1.1.0] - 2022-02-15 #

Added #

  • Web Support
    • lib/src/model_viewer_plus_stub.dart
    • lib/src/model_viewer_plus_mobile.dart
    • lib/src/model_viewer_plus_web.dart

Changed #

  • lib/model_viewer_plus.dart
  • lib/src/model_viewer_plus.dart
205
likes
0
pub points
95%
popularity

Publisher

unverified uploader

A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

android_intent_plus, flutter, path, url_launcher, webview_flutter

More

Packages that depend on model_viewer_plus