GiancarloCode / form_bloc

🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and more! 🔥
https://GiancarloCode.github.io/form_bloc/
467 stars 201 forks source link

Text Field Mask Input #148

Open hamidhandid opened 4 years ago

hamidhandid commented 4 years ago

I'm just familiar with form_bloc library and it is amazing, but when i want to mask my input text fields like phone text field, i don't access text field controllers to do it. How can i implement that?

alejandroaap commented 4 years ago

I have a similar problem