wilburx9 / rave_flutter

A Flutter plugin for Flutterwaves's rave.
Apache License 2.0
31 stars 58 forks source link

Bug fixes #69

Open johnebere58 opened 2 years ago

johnebere58 commented 2 years ago

Updated pub.yaml with latest dependencies

Replaced deprecated "autovalidate" to "autovalidateMode: AutovalidateMode.always"

Replaced deprecated "WhitelistingTextInputFormatter" with "FilteringTextInputFormatter.digitsOnly"