Unable to Detect the Edit Text Hint After Updating Flutter to the Latest Version Using Appium Inspector

Previously, I am Able to get the Text Attribute as “Email Address” in Appium Inspector
Below is the Xpath we are using To find the Email Address Field:
//android.widget.EditText[@text=‘Email address’]

But When we Update the Flutter to the Latest Version Now, I am Unable to get that Text Attribute as “Email address” from the Appium Inspector

In Flutter we are using the "TextFormField’.