0 purchases
verification code custom
A new flutter custom verification code plug-in
Getting started #
Just easier to used ,you will like it. and give me a start,think you.
import 'package:verification_code_custom/verification_code_custom.dart';
copied to clipboard
Widget verificationCodeWidget(){
return VerificationCodeCustom(
textResult: (text) {
/// do something
},
);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.