form_bloc
form_bloc copied to clipboard
🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and mo...
Is there a possibility to use RichText? I would need it for tag management
Hi, I found potential issue on newest git version On older version(0.20.4) i had this code ```dart BlocBuilder( builder: (context, state) { return Opacity( key: saveButtonKey, opacity: hasChangedFields(state) ? 1...
I want to get fields blocs to add errors dynamically specially when I got validation errors on backend
Is there a way of adding a builtin location search fieldbloc? Using google maps or other APIs?
By following, the tutorial on [https://giancarlocode.github.io/form_bloc/#/loading_and_initializing_example](https://giancarlocode.github.io/form_bloc/#/loading_and_initializing_example). With switching from BlocBuilder to FormBlocListener, onLoading function within FormBlocListener will never call.
Hi guys, I want to create form that customer can select which items to refund. So I need `select all` checkbox and number of checkboxes for each item(dynamically generated) First...
I would like to turn on autovalidation after a submit. I also would like to validate the fields when they loose focus. How can I accomplish this?
First of all thanks for the package, saved me a lot of time and is very well set up. I am working on a project where the requirement is to...
Hello, this week I will work on a new version of form_bloc that will allow creating complex fields, which include filters, searches, in a very simple way, I cannot give...