skip to Main Content

Null check operator used on a null value with flutter and dart

I resently came across this error while building my flutter app. ======== Exception caught by widgets library ======================================================= The following _CastError was thrown building StreamBuilder<QuerySnapshot<Object?>>(dirty, state: _StreamBuilderBaseState<QuerySnapshot<Object?>, AsyncSnapshot<QuerySnapshot<Object?>>>#97a1b): Null check operator used on a null value The relevant error-causing widget…

VIEW QUESTION
Back To Top
Search