1. 05 Sep, 2019 1 commit
  2. 28 Aug, 2019 1 commit
  3. 19 Aug, 2019 1 commit
  4. 03 Jul, 2019 1 commit
  5. 15 Jun, 2019 1 commit
  6. 14 Jun, 2019 2 commits
  7. 12 Jun, 2019 2 commits
  8. 10 Jun, 2019 1 commit
  9. 07 Jun, 2019 1 commit
  10. 06 Jun, 2019 2 commits
  11. 05 Jun, 2019 1 commit
  12. 01 Oct, 2018 1 commit
  13. 12 Sep, 2018 1 commit
  14. 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
  15. 09 Jan, 2018 1 commit
  16. 14 Dec, 2017 1 commit
  17. 09 Dec, 2017 1 commit
  18. 25 Oct, 2017 1 commit
  19. 24 Sep, 2017 1 commit
  20. 04 Mar, 2017 1 commit
  21. 22 Apr, 2016 1 commit
  22. 15 Apr, 2016 1 commit
  23. 24 Mar, 2016 1 commit
  24. 11 Mar, 2016 1 commit
    • Ian Hickson's avatar
      Enable ALL THE LINTS · 1b9cd520
      Ian Hickson authored
      Well, all the easy ones, anyway.
      
      For some reason `// ignore:` isn't working for me so I've disabled
      lints that need that. Also disabled those that require a ton of work
      (which I'm doing, but not in this PR, to keep it reviewable).
      
      This adds:
      - avoid_init_to_null
      - library_names
      - package_api_docs
      - package_names
      - package_prefixed_library_names
      - prefer_is_not_empty
      - sort_constructors_first
      - sort_unnamed_constructors_first
      - unnecessary_getters_setters
      1b9cd520
  25. 16 Dec, 2015 1 commit
  26. 15 Dec, 2015 1 commit
  27. 14 Dec, 2015 1 commit
  28. 02 Dec, 2015 3 commits
    • Florian Loitsch's avatar
      Rename some of the functions from the scheduler. · 72821152
      Florian Loitsch authored
      The names are probably less familiar, but more consistent:
      - FrameCallback: a callback that is relative to the frame and wants the
        frame offset (a duration) as argument.
      - addXFrameCallback: adds the given callback to the internal lists/maps.
      - scheduleXFrameCallback (currently only X = ""): add the callback, but
        also trigger a new frame.
      - handleX: the method that is invoked when the event-loop or the frame
        calls into the scheduler.
      - ensureXYZ: ensure that the callback happens.
        Unfortunately there is the ambiguity between a "callback": it can be a
        closure, or the action of doing a callback, so we end up with:
        ensureBeginFrameCallback, and ensureEventLoopCallback, where
        "callback" means the action of being called back.
      72821152
    • Florian Loitsch's avatar
      Remove animation scheduler. · 018bcbf2
      Florian Loitsch authored
      018bcbf2
    • Florian Loitsch's avatar
      Merge the two schedulers. · 10c80f2e
      Florian Loitsch authored
      10c80f2e
  29. 17 Nov, 2015 1 commit