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

form_bloc_listener.dart(6,9): error G5FE39F1E: Type 'FormBlocState' can't use itself as a bound flutter 3.16

In a scenario when editing an already existing record, there is a need to initialize initial values for FieldBlocs. The first validation seems to happen on creating FormBloc. Values are...

When modifying emit, _stateController may have been closed and an error will be thrown. All emit methods should check whether the isClosed value has been reached before calling. ``` Dart...

It would be great to have a slider field, do you ever consider introducing this option?

Hi everybody. In a responsive layout I have a row with a Text followed by a CheckboxGroupFieldBlocBuilder. When the width of the screen goes low, I have this error: "An...

For e.g, I added a image picker widget, so on picking the image file, I want to hide the image pick widget and place the actual image picked on top...

I have a model and I want to submit data input from form_bloc into it, the data should be submitted into params and the data is placed inside `List? response;...

I'm using addFieldBlocs and removeFieldBlocs based on SelectFieldBloc changes. The problem is when I use declare: static final EmployerLogo = InputFieldBloc( initialValue: null, validators: [FieldBlocValidators.required], ); and included in widget...

The beginning of the stepper was misaligned with the content Before: ![image](https://user-images.githubusercontent.com/24531420/205767705-c1330714-38f4-4301-9f37-b107f730e0b4.png) After: ![output](https://user-images.githubusercontent.com/24531420/205768197-ade93f5e-afd7-46fa-bd3c-28c7cd9b8deb.gif)