model_viewer_plus.dart icon indicating copy to clipboard operation
model_viewer_plus.dart copied to clipboard

Facing error when selecting a 3d on google pixel devices

Open kjawadDeveloper opened this issue 3 years ago • 1 comments

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)

kjawadDeveloper avatar Aug 16 '22 05:08 kjawadDeveloper

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.

  • Change to master.
  • Run flutter clean.
  • Run project.

This would fix the problem.

Issue #103630.

KidGbzin avatar Aug 17 '22 13:08 KidGbzin