1. 21 Aug, 2019 1 commit
  2. 09 Aug, 2019 2 commits
  3. 22 Mar, 2019 1 commit
  4. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  5. 08 Feb, 2018 1 commit
    • 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
  6. 21 Dec, 2017 1 commit
  7. 16 Nov, 2017 1 commit