form_bloc
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...
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.  
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....