UnsupportedError (Unsupported operation: Cannot modify unmodifiable map)
when calling Event.exception
#1195
Labels
The
flutter
tool pubroll is blocked on unified_analytics 6.1.5. See flutter/flutter#158347, where I documented my findings.Consider the
Event.exception
constructor:tools/pkgs/unified_analytics/lib/src/event.dart
Lines 452 to 459 in a6603a4
Notice that the default argument for
data
is aconst
map literal, for which I assumeremoveWhere
is not permitted.The text was updated successfully, but these errors were encountered: