1. 16 May, 2020 1 commit
  2. 08 Apr, 2020 1 commit
  3. 16 Dec, 2019 1 commit
  4. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  5. 31 Oct, 2019 1 commit
  6. 05 Sep, 2019 1 commit
  7. 28 Aug, 2019 1 commit
  8. 19 Aug, 2019 1 commit
  9. 03 Jul, 2019 1 commit
  10. 15 Jun, 2019 1 commit
  11. 14 Jun, 2019 2 commits
  12. 12 Jun, 2019 2 commits
  13. 10 Jun, 2019 1 commit
  14. 07 Jun, 2019 1 commit
  15. 06 Jun, 2019 2 commits
  16. 05 Jun, 2019 1 commit
  17. 01 Oct, 2018 1 commit
  18. 12 Sep, 2018 1 commit
  19. 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
  20. 09 Jan, 2018 1 commit
  21. 14 Dec, 2017 1 commit
  22. 09 Dec, 2017 1 commit
  23. 25 Oct, 2017 1 commit
  24. 24 Sep, 2017 1 commit
  25. 04 Mar, 2017 1 commit
  26. 22 Apr, 2016 1 commit
  27. 15 Apr, 2016 1 commit
  28. 24 Mar, 2016 1 commit
  29. 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
  30. 16 Dec, 2015 1 commit
  31. 15 Dec, 2015 1 commit
  32. 14 Dec, 2015 1 commit
  33. 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
  34. 17 Nov, 2015 1 commit