• Vyacheslav Egorov's avatar
    Fix message channel usage in few tests. (#14557) · 7db0564a
    Vyacheslav Egorov authored
    Channels don't preserve Map and List type arguments: Map<String, Object>
    arrives as Map<dynamic, dynamic> to the receiver.
    
    In Dart 2 type system dynamic no longer serves as bottom type so
    Map<dynamic, dynamic> can't be assign to a variable of type
    Map<String, dynamic>.
    
    Issue #14556
    7db0564a
scrollable_semantics_test.dart 12.5 KB