Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

E/AccessibilityBridge: VirtualView node must not be the root node. (Flutter)

enter image description here

This doesn’t affect my app, but this message always appears.

E/AccessibilityBridge: VirtualView node must not be the root node.

Does anyone know how to tell me how to fix this?

like image 403
Jeiel Junio Avatar asked Feb 29 '20 16:02

Jeiel Junio


1 Answers

This was a bug in flutter engine which is now fixed in beta channel and soon will be released in next stable release.

You should just ignore these errors if possible otherwise change your flutter channel by:

flutter channel beta

Edit:

If you are using Android Studio then you can filter log. Deselecting any other option other than "Info" will remove unwanted log. enter image description here

like image 163
Robert Williams Avatar answered Oct 07 '22 14:10

Robert Williams