form_bloc
form_bloc copied to clipboard
I can't use multi language in DropdownFieldBlocBuilder
is there a way to correct this? I have these data in the bloc
final role = SelectFieldBloc(items: [ 'Client', 'Owner' ], validators: [ FieldBlocValidators.required, ]);
in the widget I have this
itemBuilder: (context, value) => value,
the question is .... how can I use the following instruction
S.of(context).roleValueClient
you know what I'm talking about here and I have several days on it thanks for helping
@NestorDevs are you using localizely right?