Skip to content

Build fails with No named parameter with the name 'autovalidate' on flutter master #54

@sgon00

Description

@sgon00

Flutter master version: 2.9.0-1.0.pre.293

Build error with No named parameter with the name 'autovalidate'.

To fix it:

change autovalidate to autovalidateMode.
change final bool autoValidate to final AutovalidateMode autoValidate
change this.autoValidate =false to this.autoValidate = AutovalidateMode.disabled

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions