_CastError (type 'Null' is not a subtype of type 'Map<String, dynamic>' in type cast) Flutter
I am taking data from FireStore collection but this is showing issue. I am trying this- class _HomePageState extends State<HomePage> { AuthClass authClass = AuthClass(); final FirebaseAuth auth = FirebaseAuth.instance; @override Widget build(BuildContext context) { String st = "ToDo${auth.currentUser?.uid}"; final…