1. 24 Oct, 2019 1 commit
  2. 15 Oct, 2019 1 commit
  3. 14 Oct, 2019 1 commit
  4. 07 Oct, 2019 1 commit
  5. 04 Oct, 2019 2 commits
  6. 24 Sep, 2019 1 commit
  7. 20 Sep, 2019 2 commits
  8. 19 Sep, 2019 1 commit
  9. 12 Sep, 2019 1 commit
  10. 05 Sep, 2019 1 commit
  11. 22 Aug, 2019 1 commit
  12. 21 Aug, 2019 1 commit
  13. 20 Aug, 2019 1 commit
    • James D. Lin's avatar
      Instrument pending timers in tests (#37646) · b2f8d3a6
      James D. Lin authored
      Flutter widget tests assert if a test completes with timers still
      pending.  However, it can be hard to diagnose where a pending timer
      came from.  For example, a widget might consume a third-party library
      that internally uses a timer.
      
      I added a FakeAsync.pendingTimersDebugInfo getter to quiver
      (https://github.com/google/quiver-dart/pull/500).  Make flutter_test
      use it.
      
      Additionally modify Flutter's debugPrintStack to take an optional
      StackTrace argument instead of always printing StackTrace.current.
      
      Fixes #4237.
      b2f8d3a6
  14. 19 Aug, 2019 1 commit
  15. 13 Aug, 2019 1 commit
    • David Shuckerow's avatar
      Tests for `flutter test [some_directory]` (#36866) · 9615eb99
      David Shuckerow authored
      * Add a test for a directory instead of a single test.
      
      * Add test data to a child directory to test the command.
      
      * Add test data to a child directory to test the command.
      
      * Add test data to a child directory to test the command.
      
      * Correct test.
      9615eb99
  16. 10 Aug, 2019 1 commit
  17. 09 Aug, 2019 3 commits
  18. 06 Aug, 2019 1 commit
  19. 05 Aug, 2019 3 commits
  20. 01 Aug, 2019 1 commit
    • Tong Mu's avatar
      Split Mouse from Listener (#36217) · 5bb8d8fc
      Tong Mu authored
      - Splits on{Enter,Hover,Exit} from Listener to MouseRegion. Deprecated API is kept for compatibility.
      - Splits on{Enter,Hover,Exit} from RenderPointerListener to RenderMouseRegion.
      5bb8d8fc
  21. 24 Jul, 2019 1 commit
  22. 19 Jul, 2019 1 commit
  23. 16 Jul, 2019 1 commit
  24. 10 Jul, 2019 1 commit
  25. 09 Jul, 2019 1 commit
  26. 04 Jul, 2019 1 commit
  27. 27 Jun, 2019 1 commit
  28. 19 Jun, 2019 1 commit
  29. 14 Jun, 2019 1 commit
  30. 13 Jun, 2019 1 commit
  31. 04 Jun, 2019 1 commit
  32. 01 Jun, 2019 2 commits
  33. 30 May, 2019 1 commit