sm2017

Results 89 comments of sm2017

@SardorbekR No @AndreHaueisen Can you please reply, I think you shouldn't use navigation API to show toast

@cmdrootaccess Can you show me a sample code for flushbar

@cmdrootaccess Can you help me?

@cmdrootaccess you are using `another_flushbar` package,not `flushbar` But I will try, thanks

@GiancarloCode Please use `cubit` instead of `bloc` `cubit` updates values in sync way and it's easier to manage states see https://github.com/GiancarloCode/form_bloc/issues/228

@GiancarloCode a `FormBloc.validate()` is required to validate form without submitting `FormBloc.submit()` validate and submit form and there is no way to only trigger form validation

@GiancarloCode please add `Theme` feature, such as `TextFieldBlocTheme` to let us change decoration of all children fields

@GiancarloCode I think the best way is an optional enum parameter , When we call `updateItems` all old items removed and new items added ,The problem is selected values ```dart...