PackageTrack
Sign in Get early access

model_viewer_plus

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

1.10.0 50K downloads/mo #1466 most downloaded on pub.dev omchiii/model_viewer_plus.dart

What this package is like to depend on

Last release 9 months ago

26 Nov 2025

Ships fairly regularly

a new release about every 3 months

Most releases are documented

notes for 20 of 27 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

27 releases · first in 2022

1 release in the last 12 months

see the full history below

Release timeline

27 releases · Jan 2022 to Nov 2025
2023 2024 2025 2026
Release Pre-release

Releases

latest 27
  1. 1.10.0 26 Nov 2025
    Release notes
    • Update dependencies
    • Remove Flutter deprecated methods
    • Update Dart to ^3.10.0
    • Upgrade <model-viewer> to 4.1.0
    Open source →
    Release notes

    Changed

    • Update dependencies
    • Remove Flutter deprecated methods
    • Update Dart to ^3.10.0
    • Upgrade <model-viewer> to 4.1.0
    Open source →
  2. 1.9.3 04 Apr 2025
    Release notes

    Changed

    • Update dependencies
    • Update model-viewer to 4.0.0
    Open source →
  3. 1.9.2 04 Apr 2025
    Release notes

    Changed

    -Add explicit data URI compatibility and fix said compatibility for mobile

    Open source →
  4. 1.9.1 27 Nov 2024
    Release notes

    Changed

    • Update dependencies(remove webview_flutter_android and webview_flutter_wkwebview)
    Open source →
  5. 1.9.0 03 Sep 2024
    Release notes

    Changed

    • Replace dart:html to package:web for wasm support
    Open source →
  6. 1.8.0 03 Jun 2024
    Release notes
    • Upgrade <model-viewer> to 3.5.0
    • Updates examples
    • Updates minimum supported SDK version to Flutter 3.22/Dart 3.4
    Open source →
    Release notes

    Changed

    • Upgrade <model-viewer> to 3.5.0
    • Updates examples
    • Updates minimum supported SDK version to Flutter 3.22/Dart 3.4
    Open source →
  7. 1.7.2 20 Mar 2024

    Nothing published for this version

  8. 1.7.0 25 Aug 2023
    Release notes

    Changed

    • Fake for web implementation for Flutter 3.13

    Fixed

    • Links for images in README
    Open source →
    Release notes

    Changed

    • Fake for web implementation for Flutter 3.13

    Fixed

    • Links for images in README
    Open source →
  9. 1.6.1 13 Jul 2023
    Release notes

    Changed

    • Specify platforms

    Fixed

    • Error with replaceAll on empty string
    Open source →
  10. 1.6.0 13 Jul 2023
    Release notes

    Changed

    • Align Dart 3 and Flutter 3.10.0 for platformViewRegistry
    • Update example
    • Update license
    • Add topics
    Open source →
  11. 1.5.1 13 Jul 2023
    Release notes

    Changed

    • Upgrade dependencies(webview_flutter, android_intent_plus) and align min Flutter SDK to 3.3.0
    • Upgrade <model-viewer> to v3.2.0

    Fixed

    • Fix analysis issues
    Open source →
  12. 1.5.0 01 Feb 2023
    Release notes

    Removed

    Added

    • Allowing customize NodeValidator on Web platform by using overwriteNodeValidatorBuilder
    • New example, example\lib\materials_and_scene\change_color.dart

    Fixed

    • Lints
    • Upgrade Dart SDK in the example folder to 2.12.0 to "Running with sound null safety"
    Open source →
  13. 1.4.0 08 Dec 2022
    Release notes

    Changed

    • Upgrade assets/model-viewer.min.js to v2.1.1 and implements all attributes
    • Examples support Android API 33
    • Dependencies upgrade
    Open source →
  14. 1.3.3 18 Sep 2022
    Release notes

    Changed

    • Fix: Removing disallowed element <SCRIPT> from [object DocumentFragment], in lib\src\model_viewer_plus_web.dart
    • Update example\lib\loading\display_poster.dart
    • Update README.md, due to <model-viewer> upgrades to 2.0.0 and we have not keep up with it's latest version. So, Flutter Web users should replace src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js" with src="./assets/packages/model_viewer_plus/assets/model-viewer.min.js" to use the js file in our package

    Added

    • Add a new example: example\lib\loading\render_scale.dart
    Open source →
  15. 1.3.2 15 Sep 2022
    Release notes

    Changed

    • Update html_builder.dart:
    • Fix min-camera-orbit, max-field-of-view, min-field-of-view
    Open source →
  16. 1.3.1 08 Aug 2022
    Release notes

    Changed

    • Upgrade dependencies
    Open source →
  17. 1.3.0 24 Jun 2022
    Release notes

    Changed

    • lib\html_builder.dart: fix typos and uncomment debugPrint for more debug info
    • lib\model_viewer_plus_mobile.dart: uncomment debugPrint for more debug info
    • lib\model_viewer_plus_web.dart: unique viewType to fix #29
    • Update assets/model-viewer.min.js to v1.20.0
    Open source →
  18. 1.2.0 30 Apr 2022
    Release notes

    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? arScale to final ArScale? arScale, which may be a breaking change
    • Update assets/model-viewer.min.js to v1.11.1
    • Update example dir's gradle version to 7.0.
    Open source →
  19. 1.1.5 17 Mar 2022
    Release notes

    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
    Open source →
  20. 1.1.2 18 Feb 2022
    Release notes

    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
    Open source →
  21. 1.1.1 17 Feb 2022
    Release notes

    Added

    • /assets/model-viewer.min.js (v1.10.1, which is actually identical to v1.10.0)

    Changed

    • Updated the Screenshot
    • README Update
    Open source →
  22. 1.0.2 07 Feb 2022

    Nothing published for this version

  23. 1.0.2+1 12 Feb 2022

    Nothing published for this version

  24. 1.0.1 21 Jan 2022

    Nothing published for this version

  25. 1.0.1+1 21 Jan 2022

    Nothing published for this version

  26. 1.0.1+2 21 Jan 2022

    Nothing published for this version

  27. 1.0.0 21 Jan 2022

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive