omchiii / model_viewer_plus.dart

A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.
https://pub.dev/packages/model_viewer_plus
Apache License 2.0
91 stars 51 forks source link

Facing error when selecting a 3d on google pixel devices #37

Open kjawadDeveloper opened 2 years ago

kjawadDeveloper commented 2 years ago

I/cr_LibraryLoader( 6998): Successfully loaded native library I/cr_CachingUmaRecorder( 6998): Flushed 9 samples from 9 histograms. E/flutter ( 6998): [ERROR:flutter/fml/platform/android/jni_util.cc(204)] java.lang.IllegalStateException: Platform view hasn't been initialized from the platform view channel. E/flutter ( 6998): at io.flutter.plugin.platform.PlatformViewsController.initializePlatformViewIfNeeded(PlatformViewsController.java:732)

KidGbzin commented 2 years ago

Which version of Flutter are you using?

I suppose this is the Platform View bug on the stable channel, this bug has already been fixed in the master channel.

This would fix the problem.

Issue #103630.