form_bloc icon indicating copy to clipboard operation
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...

Results 113 form_bloc issues
Sort by recently updated
recently updated
newest added

Hello, I'm currently using formBloc to create a form (screen 1) and then save the form field values to the database (SQFlite). The saved form is then displayed as read...

can you please add onTap() method for DropdownFieldBlocBuilder. This is required to unfocus the other texfields in the form

This gif demos how after opening the new route the `SingleChildScrollView` scrolls and date field appears at the bottom of the screen ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/6721286/80377524-12399880-88a4-11ea-9c4b-858381ca45b2.gif) This happens on empty('') values inside...

OS: Android Version: flutter_form_bloc: ^0.14.0 Flutter Version: 1.17.2 When trying to use inputFormatters, whitelisting does not work immediately, and creates an incorrect response. For example: ``` TextFieldBlocBuilder( textFieldBloc: formBloc.productAmount, keyboardType:...

Is there any chance to implement that? I can see a `RefreshFieldBlocsSubscription` event fired on the ListFieldBloc changes but wouldn't it be more consistent to implement onValueChanged() when a fieldBloc...

In case of conditional fields the CanShowFieldBlocBuilder shows the input if animate = false

Hello @GiancarloCode and fellow users of this package, I want to know if I can use this package for production? Is it ready to use and stable? Can anyone share...

Hey, How do we go about changing the language of the error messages from: `FieldBlocValidatorsErrors.required`. The default is in English. Thanks

`bloc` has a very nice mechanism for blanket handling of exceptions inside of the blocs by try..catch and calling onError of the bloc of bloc delegate It would seem only...

Right now it is very difficult to inherit from `SingleFieldBloc` because of the mix of public and private methods in the constructor that does not work for creating a custom...