Unable to access elements in appium

I am unable to access some text fields and other elements. I think its because of the hierarchy of the elements in the XML Code generated by the appium inspector. The app is made in flutter, and I am automating test cases in python using appium. Using the latest appium version so the issue is not with the version. I have already tried the parent child way and also through all types of locators. Nothing is working
Here is the screenshot of one of the elements.

Screenshot 2023-09-12 at 17.13.29

try to increase setting snapshotMaxDepth -> https://appium.github.io/appium-xcuitest-driver/4.16/settings/

@Arooba_Shabbir: Though element is visible on screen, for some reason visibility attribute in appium inspector is displayed as false . Can you check with dev team if they can alter Visible attribute value to true ?