Skip to content

Initialize the controller in better way. Maybe in initState #70

Description

@github-actions

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions