https://github.com/Erengun/pati-pati-app/blob/54a1a685cc0f71eb78ed321294ed3acf277b76f9/lib/ui/features/auth/number_input_screen.dart#L29
@override
Widget build(BuildContext context) {
//TODO: Initialize the controller in better way. Maybe in initState
final TextEditingController? numberController =
ref.watch(loginLogicProvider).numberController;
https://github.com/Erengun/pati-pati-app/blob/54a1a685cc0f71eb78ed321294ed3acf277b76f9/lib/ui/features/auth/number_input_screen.dart#L29