skip to Main Content

List<dynamic> is not a subtype of type 'Map<String, dynamic> – WordPress

i get the following exception: VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: type 'List<dynamic>' is not a subtype of type 'Map<String, dynamic>' #0 Api.requestPosting (package:listar_flutter_pro/api/api.dart:176:31) <asynchronous suspension> #1 HomeCubit.onLoad (package:listar_flutter_pro/blocs/home/home_cubit.dart:18:9) <asynchronous suspension> My understanding is that my return send List back but my .map()…

VIEW QUESTION
Back To Top
Search