form_bloc icon indicating copy to clipboard operation
form_bloc copied to clipboard

I can't use multi language in DropdownFieldBlocBuilder

Open NestorDevs opened this issue 4 years ago • 1 comments

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 avatar May 27 '20 22:05 NestorDevs

@NestorDevs are you using localizely right?

hizmarck avatar May 06 '21 17:05 hizmarck