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

I changed the `Switch` implementation in `SwitchFieldBlocBuilder` to be adaptive and support the Cupertino design to provide a better experience for IOS users.

Will be nice a phone number validator out of the box like email or required validator.

I would like the form to validate only on submit.

Hey Guys! Looks like the last flutter upgrade is breaking this package. ![image](https://github.com/GiancarloCode/form_bloc/assets/4127341/edcab56d-61ba-4596-b88e-997c2f15f401) ![image](https://github.com/GiancarloCode/form_bloc/assets/4127341/fa5b1eb5-ab1e-4ee1-b3f5-5245bc1cebe5)

I've tried to use `ReorderableListView` with `ListFieldBloc` and found following inconsistency: ```dart final shapes = ListFieldBloc(); ``` This one produces incorrect results inconsistently ```dart void reorderShape(int oldIndex, int newIndex) {...

When I tried to compi;e my project with the package I gor this error: ``` PS D:\Work\Flutter\beauty_salon_master> flutter build web Target dart2js failed: ProcessException: Process exited abnormally: /D:/Programs/flutter_pub-cache/hosted/pub.dev/flutter_form_bloc-0.31.0/lib/src/form_bloc_listener.dart:6:9: Error: Type...

Add the onChangeEnd and onChangeStart fields in the Slider at `slider_field_bloc_builder.dart:128` It's a feature we have for text and stuff, but not for sliders and it would be super useful....