Flutter : Scroll to the form field which fails validation in a long form
Asked Answered
A

0

9

I have a Form in my app which is long enough to go beyond the screen and is put in a ListView to enable scrolling. My validators are working fine. Though if the form field failing validation is out of the screen, I need my screen to be scrolled to the Formfield which has failed validation.

How could I accomplish that?

Aceto answered 30/6, 2020 at 15:25 Comment(1)
Hi Akash, have you checked this similar question? #49153587Transude

© 2022 - 2024 — McMap. All rights reserved.