model_viewer 0.8.1 copy "model_viewer: ^0.8.1" to clipboard
model_viewer: ^0.8.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.

0.8.1 - 2020-08-21 #

Fixed #

  • Set android:usesCleartextTraffic="true" for Android 9+ in the example app to fix net::ERR_CLEARTEXT_NOT_PERMITTED. (#7)
  • Improved the reliability of the localhost HTTP proxy.

Added #

  • Documented android:usesCleartextTraffic="true" in the README. (#7)

Changed #

  • Defaulted the background color to white when not specified. (#7)

0.8.0 - 2020-08-20 #

Changed #

Added #

  • Support for loading bundled asset files.
  • Support for loading local files from file:// URLs.
  • Implemented a localhost HTTP server and proxy.

0.7.0 - 2020-08-18 #

Changed #

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.
140
likes
30
pub points
80%
popularity

Publisher

verified publisherar.to

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dogma, flutter, flutter_android, webview_flutter

More

Packages that depend on model_viewer