[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'String'
解决,转换一下
new Map<String, dynamic>.from(params)
版权声明:本文为ok2547881370原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。