flutter-do icon indicating copy to clipboard operation
flutter-do copied to clipboard

flutter_verification_box2.0.0无法通过编译 Error: The method 'WhitelistingTextInputFormatter' isn't defined for the class '_VerificationBox'.

Open ArvinC opened this issue 3 years ago • 1 comments

Error: The method 'WhitelistingTextInputFormatter' isn't defined for the class '_VerificationBox'. Flutter Version:2.8.1 WhitelistingTextInputFormatter 方法已经不可使用

ArvinC avatar Jan 18 '22 03:01 ArvinC

WhitelistingTextInputFormatter要替换成这个了FilteringTextInputFormatter.allow

Andy126 avatar Mar 11 '22 08:03 Andy126