flutter/dev/devicelab/lib/framework
Siva 9c38d6bb35
Fix some of the generic types specified to avoid runtime errors in --preview-dart-2 (#15166)
* Fix some of the generic types specified to avoid runtime errors in
--preview-dart-2

  type 'YamlMap' is not a subtype of type 'Map<String, dynamic>' where
    YamlMap is from package:yaml/src/yaml_node.dart
    Map is from dart:core
    String is from dart:core

  package:flutter_devicelab/framework/manifest.dart 17:36       loadTaskManifest
  test/manifest_test.dart 14:33                                 main.<fn>.<fn>
  package:test/src/backend/declarer.dart 161:27                 Declarer.test.<fn>.<fn>.<fn>

* Add dynamic generic types to keep the analyer happy.

* Address code review comment.
2018-03-07 00:33:21 -08:00
..
adb.dart whitespace cleanup (#14458) 2018-02-05 22:20:21 +01:00
framework.dart Option to enable the performance overlay from 'flutter run'. (#11288) 2017-07-19 12:57:22 -07:00
ios.dart Keep provisioning step (#10736) 2017-06-15 18:23:37 -07:00
manifest.dart Fix some of the generic types specified to avoid runtime errors in --preview-dart-2 (#15166) 2018-03-07 00:33:21 -08:00
runner.dart Revert "Increase connection timeout" (#13418) 2017-12-07 18:13:36 +01:00
utils.dart whitespace cleanup (#14458) 2018-02-05 22:20:21 +01:00