• 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
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...