• Vyacheslav Egorov's avatar
    Fix several Dart 2 issues in the flutter_driver. (#14749) · aa7e9637
    Vyacheslav Egorov authored
    * All lists produced by JSON parsing are List<dynamic>. If more
    speficic type is required then they need to be explicitly cast, e.g.
    using castFrom helper;
    * Function of type (ByText) -> Finder is not a subtype of
    (SerializableFinder) -> Finder because ByText is in the contravariant
    position;
    * In Dart 2 typed(any) should be used instead of any in mockito based
    tests.
    aa7e9637
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...