You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this exception when I click any of the open buttons:
Exception has occurred. type '_InternalLinkedHashMap<dynamic, dynamic>' is not a subtype of type 'Map<String, dynamic>' where _InternalLinkedHashMap is from dart:collection Map is from dart:core String is from dart:core
I'm on flutter 0.3.7-pre.9 with vs code as editor.
The text was updated successfully, but these errors were encountered:
I get this exception when I click any of the open buttons:
Exception has occurred. type '_InternalLinkedHashMap<dynamic, dynamic>' is not a subtype of type 'Map<String, dynamic>' where _InternalLinkedHashMap is from dart:collection Map is from dart:core String is from dart:core
I'm on flutter 0.3.7-pre.9 with vs code as editor.
The text was updated successfully, but these errors were encountered: