skip to Main Content

Why is the type '($someObject$) => $someWidget$' not a subtype of type '(dynamic) => Widget'? – Flutter

I have an flutter app that throws this error, at a specific action in the application: ======== Exception caught by widgets library ======================================================= The following _TypeError was thrown building DataFetcher<CompleteVocabularyCollection>(dirty, state: _DataFetcherState<CompleteVocabularyCollection>#da61b): type '(CompleteVocabularyCollection) => DetailsDisplay' is not a subtype…

VIEW QUESTION
Back To Top
Search