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 117 form_bloc issues
Sort by recently updated
recently updated
newest added

Hi @GiancarloCode , nice Library 👍 Can we have ability to give custom `TextEditingController` to the `TextFieldBlocBuilder`?? Actually, I want to use some of the controller's functionalities like text selection...

![image](https://user-images.githubusercontent.com/39697965/159920410-f0bbf5b6-6902-4c07-96e8-a8a704b9edeb.png) As you can see from the screenshot the radio button (using the RadioButtonGroupFieldBlocBuilder widget) is slightly pushed to the right. I believe this is because it's inside of a...

Hi everybody. Is there a way to hide the stepper spots on the top of the StepperBlocBuilder? ![Cattura](https://user-images.githubusercontent.com/13197553/159438865-5eea1f1f-2ed0-4ca3-ba2f-6f2e42cc94de.PNG)

I'm trying to validate on unfocus, but calling `SingleFieldBloc.validate` does not emit a new state. Also after input change, a state is emitted, saying it is not dirty. Of course...

**Describe the bug** When running the project, a couple of warnings like this are displayed: ../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_form_bloc-0.30.1/lib/src/flutter_typeahead.dart:985:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. - 'WidgetsBinding'...

Step to reproduce: 1. Press the List and Group Fields in form_bloc_web. 2. Press the submit button. @BreX900 This bug occur due to https://github.com/GiancarloCode/form_bloc/blob/60521fc4d39d3b2f6acc27befcb7dbb6f3c9f568/packages/form_bloc/lib/src/blocs/field/field_bloc.dart#L790-L791 When the list is empty, the...

I am facing above problems while running your code...How can I solve that?? Would you please check that...

I noticed this issue has been opened previously, But i can't tell if a fix was made or not. https://github.com/GiancarloCode/form_bloc/issues/85

Hi, i have some Focus Traversal Problems with the DateTime Builder. 1. you have to use `nextFocusNode` and `focusNode` to set the Focus to the next element, after choose a...

Hello please how can i sync toJson function so that return file insted of Future toJson: (value) async { MultipartFile file = await MultipartFile.fromFile(value?.path ?? "",filename: value?.name ?? ""); return...