master #76

Merged
malo merged 8 commits from master into feat/bloc_layout/new-package 2022-12-08 18:11:47 +00:00
Showing only changes of commit 94d7efbe8c - Show all commits

View File

@ -48,7 +48,7 @@ class InputBuilderTextController<Cubit extends FormDataCubit, S extends String?,
@override
Widget build(BuildContext context) {
final formName = context.watch<Cubit>().formName;
final formName = context.read<Cubit>().formName;
final value =
context.read<FormRepository>().accessForm(formName).valueOf<S>(field);
_controller