GiancarloCode
                                            GiancarloCode
                                        
                                    Since the first request the package has evolved, on the [website](https://giancarlocode.github.io/form_bloc/) you can see its main features.
@giorgio79 sorry I don't understand, can you be clearer? :)
In the case of autosubmit it is called when a field changes its value after the debounce time. On user navigation, you can simply capture the navigation event, in the...
@contactlutforrahman Hi, I will create an example tomorrow While you can check this to load data https://giancarlocode.github.io/form_bloc/#/loading_and_initializing_example then in the `onSubmit` method update the data in the database
Hello @giorgio79 , at the moment there is no simple way to do it, I created a proposal here and it can be added in a few days. please review....
Hello, the plugin was disabled for web since when I implemented it, it had several crucial errors, and I had to fix them in the mobile implementation, so to enable...
@devZak Hi thanks What would be the use case? In the `SelectFieldBloc` you can set any type, key-values (better `Tuple`), models, etc. ```dart SelectFieldBloc ``` ```dart SelectFieldBloc ```
@vasilich6107 Regarding widgets, it would be good if they were shorter, but it would generate conflicts with the names of the Material library. sample TextField, CheckBox, Slider, Switch, Maybe we...
@rodriger06 If the items are of the same type (String), I think you could use the suggestions parameter of the textFieldBloc and use it in your dialog. ```dart MyFormBloc(){ ......
Hi, set the generic types https://pub.dev/documentation/form_bloc/latest/form_bloc/SelectFieldBloc/SelectFieldBloc.html ```dart SelectFieldBloc() ```