Flutter ‘String’ is not a subtype of type ‘Map’
i am a beginner in flutter dev and i have a project that need to consume api for login purpose, but i am facing an error like this :
type 'String' is not a subtype of type 'Map<dynamic, dynamic>'
i am a beginner in flutter dev and i have a project that need to consume api for login purpose, but i am facing an error like this :
type 'String' is not a subtype of type 'Map<dynamic, dynamic>'