master #76
| @ -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 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user