I want to go to another page when I click on the image in Flutter and pass the selected image to another page.
I am a beginner in Flutter, and I try to go to another page when I click on the image and scroll the selected image to another page to allow the user to choose the type of user. I try to use the on-Tap method so that when I click on the image, I go to the home page and the user picture goes to the profile page Thank you.