• SharbelOkzan's avatar
    Introduce new Form validation method (#135578) · 0c40f21f
    SharbelOkzan authored
    Introduced `validateGranually` which, apart from announcing the errors to the UI, returns a `Map<Key, bool>` providing more granular validation details: The results of calling `validate` on each `FormField` and their corresponding widget keys.
    
    * related issue: #135363
    0c40f21f
form_test.dart 37.6 KB