push routine name field

This commit is contained in:
ashrafzarkanisala
2024-11-26 11:40:34 +03:00
parent 7ea628af92
commit 8d908e894b
3 changed files with 15 additions and 1 deletions

View File

@ -45,7 +45,9 @@ class RoutineSearchAndButtons extends StatelessWidget {
isRequired: true,
width: 450,
onChanged: (value) {
// context.read<RoutineBloc>().add(SearchRoutines(value));
context
.read<RoutineBloc>()
.add(SetRoutineName(value));
},
),
),