Flutter: _TypeError (type 'String' is not a subtype of type 'TextEditingController')
Below is my flutter TextEditingController TextEditingController displayName = TextEditingController(); when fetching document from firebase storage and assiging to the above controller, it throws an error called Exception has occurred. _TypeError (type 'String' is not a subtype of type 'TextEditingController') FirebaseFirestore…