flutter/packages/flutter_driver/lib
Vyacheslav Egorov aa7e9637ac
Fix several Dart 2 issues in the flutter_driver. (#14749)
* 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.
2018-02-16 18:01:54 +01:00
..
src Fix several Dart 2 issues in the flutter_driver. (#14749) 2018-02-16 18:01:54 +01:00
driver_extension.dart Reorganise flutter driver implementation sources (#13163) 2017-11-22 17:24:41 -08:00
flutter_driver.dart Reorganise flutter driver implementation sources (#13163) 2017-11-22 17:24:41 -08:00