CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
318 stars 229 forks source link

[android] ARView covers other widgets #110

Open ekasetiawans opened 2 years ago

ekasetiawans commented 2 years ago

Here is the screenshots before ARView shows the scene

Screenshot_2022-05-31-17-54-42-894_io carius lars ar_flutter_plugin_example

and here is when ARView shows the scene, it covers the buttons, appbar, etc

Screenshot_2022-05-31-17-54-37-684_io carius lars ar_flutter_plugin_example

Astramo commented 2 years ago

I have same issue

Nochest commented 2 years ago

same issue, any solution?

storzi commented 2 years ago

With Flutter 2.10.5. it works without problems. This seems to be a Flutter 3 problem. The way platforms views are rendered was changed in the 3.0 release.

probably same issue: https://github.com/flutter/flutter/issues/106246 explained here: https://github.com/flutter/flutter/issues/103630

I hope this will be fixed in new Flutter 3 releases soon.

usamashafiqs commented 2 years ago

I try the master channel Flutter v3.1.0-0.0.pre.1372 and the issue is fixed there.

Fixed will come to stable channel soon with Flutter v3.1.0.