VictorRancesCode / json_to_form

A flutter plugin to use convert Json to Form
Apache License 2.0
106 stars 63 forks source link

No named parameter with the name 'autovalidate'. for Flutter 2.8 stable update #16

Open theRoushan opened 2 years ago

theRoushan commented 2 years ago

flutter/.pub-cache/hosted/pub.dartlang.org/json_to_form-0.0.4/lib/json_schema.dart:338:7: Error: No named parameter with the name 'autovalidate'. autovalidate: formGeneral['autoValidated'] ?? false, ^^^^^^^^^^^^ ../../Downloads/flutter/packages/flutter/lib/src/widgets/form.dart:40:9: Context: Found this candidate, but the arguments don't match. const Form({ ^^^^

[](url)

Screenshot 2021-12-14 at 1 15 11 PM
theRoushan commented 2 years ago

This error comes in flutter 2.8 stable version

gautamenbake commented 2 years ago

yes @VictorRancesCode this is coming in latest flutter 2.8.1 version Thanks for this wonderful package pls provide solution for this issue as soon as possible.

arpanEnbake commented 2 years ago

Any updates on the issue @VictorRancesCode ?