peiffer-innovations / automated_testing_framework

Other
14 stars 5 forks source link

maxLengthEnforced removed in TextFormField #9

Closed aideric closed 2 years ago

aideric commented 2 years ago

In the latest Flutter 3.0. maxLengthEnforced maybe completley removed by flutter.

   ../../.pub-cache/hosted/pub.dartlang.org/automated_testing_framework-3.3.1+1/lib/src/widgets/testable_text_form_field.dart:181:11: Error: No named parameter with the name 'maxLengthEnforced'.
              maxLengthEnforced: widget.maxLengthEnforced,
              ^^^^^^^^^^^^^^^^^
aideric commented 2 years ago

Hi, I found that maxLengthEnforced is replaced by maxLengthEnforcement. Deprecated API removed after v2.10

jpeiffer commented 2 years ago

Thanks. This has been resolved today with 4.0.0.