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

Hi there, I am using DateTimeFieldBlocBuilder in my form to allow the user pick up a date. When the date is picked, it will show in the datefield but the...

Hi @GiancarloCode , I found a small UI issue with DropdownFieldBlocBuilder. When it's expanded, the menu covers full width rather than the DropdownButton's width. Would it be possible to add...

Hello and many thanks for this awesome project! I'm writing a page that is basically based on this example: https://giancarlocode.github.io/form_bloc/#/ (the Built-in Widget). The only difference is that in the...

Implemented in one field - if it looks good to you I'll extend it further

By using [built_collection](https://pub.dev/packages/built_collection) we can prevent the user from making mutations to the collections of field blocs that use the blocs (form, list, and group), which would cause unexpected behaviors,...

enhancement
feedback wanted

Hi. Is there any quick example how to add support of `hydrated_bloc` to `form_bloc`? Except manual implementation

## Proposal: Add to the super constructor: * `autoSubmit` : by default false, * `autoSubmitDebounceTime` by default 1000 milliseconds. when you set `autoSubmit` to `true`, `submit` will be called when...

enhancement
feedback wanted

Hello, I noticed many apps auto save forms without the user having to tap on save. Could this plugin have such a feature?

`CalculatedFieldBloc` would be a `FieldBloc` that subscribes to others `FieldBlocs` and applying a function based on the states of the others `FieldBlocs` to set their value.

enhancement

**This package is awesome.** Anyway, could you add Multi Select DropdownFieldBlocBuilder ?

enhancement