GiancarloCode / form_bloc

🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and more! 🔥
https://GiancarloCode.github.io/form_bloc/
462 stars 199 forks source link

By Introducing new widgets in between your forms, there seems no way to handle the states #329

Open sreyans01 opened 1 year ago

sreyans01 commented 1 year ago

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 of that, but I think that is not getting possible as there is no generic bloc builder for that

vasilich6107 commented 1 year ago

https://github.com/GiancarloCode/form_bloc/pull/312#issuecomment-1164240179