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

2,766

Solution 1

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

Solution 2

uninstall the app from the phone and then restart it and tap flutter clean

Share:
2,766
Jeiel Junio
Author by

Jeiel Junio

Updated on December 18, 2022

Comments

  • Jeiel Junio
    Jeiel Junio over 1 year

    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?