1. 29 Jul, 2020 1 commit
  2. 11 Jun, 2020 1 commit
  3. 02 Jun, 2020 1 commit
  4. 05 Feb, 2020 1 commit
  5. 09 Jan, 2020 1 commit
  6. 08 Jan, 2020 1 commit
  7. 04 Dec, 2019 1 commit
  8. 03 Dec, 2019 1 commit
  9. 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
  10. 26 Nov, 2019 1 commit
  11. 09 Oct, 2019 1 commit
  12. 20 Aug, 2019 1 commit
  13. 20 Jun, 2019 1 commit
  14. 16 May, 2019 1 commit
  15. 04 Apr, 2019 1 commit
  16. 29 Jan, 2019 1 commit
  17. 24 Jan, 2019 2 commits
  18. 22 Jan, 2019 1 commit
    • jslavitz's avatar
      Transition Curve Fix (#25488) · cf4fc966
      jslavitz authored
      * Changes Cupertino page transition curves to make paging animations more similar to those of native iOS
      cf4fc966
  19. 08 Nov, 2018 1 commit
  20. 05 Nov, 2018 1 commit
    • Greg Spencer's avatar
      Rewrite the analyze-sample-code script to also analyze snippets (#23893) · 202b045b
      Greg Spencer authored
      This rewrites the sample code analysis script to be a little less of a hack (but still not pretty), and to handle snippets as well.
      
      It also changes the semantics of how sample code is handled: the namespace for the sample code is now limited to the file that it appears in, so some additional "Examples can assume:" blocks were added. The upside of this is that there will be far fewer name collisions.
      
      I fixed the output too: no longer will you get 4000 lines of numbered output with the error at the top and have to grep for the actual problem. It gives the filename and line number of the original location of the code (in the comment in the tree), and prints out the source code on the line that caused the problem along with the error.
      
      For snippets, it prints out the location of the start of the snippet and the source code line that causes the problem. It can't print out the original line, because snippets get formatted when they are written, so the line might not be in the same place.
      202b045b
  21. 17 Oct, 2018 1 commit
  22. 16 Oct, 2018 1 commit
  23. 23 Sep, 2018 1 commit
  24. 12 Sep, 2018 1 commit
  25. 07 Sep, 2018 1 commit
  26. 29 Aug, 2018 1 commit
  27. 23 Aug, 2018 1 commit
  28. 02 Aug, 2018 1 commit
  29. 27 Jul, 2018 1 commit
  30. 23 Jul, 2018 1 commit
  31. 16 Jul, 2018 2 commits
  32. 05 Jun, 2018 1 commit
  33. 12 Mar, 2018 1 commit
  34. 02 Feb, 2018 1 commit
  35. 09 Jan, 2018 1 commit
  36. 22 Nov, 2017 1 commit
    • Kyle Bradshaw's avatar
      AnimationController reset() method (#13044) · 3dc32873
      Kyle Bradshaw authored
      * AnimationController reset() method
      
      Just a simple convenience method to fix #13039
      
      * Added `reset()` test
      
      * More test expectations
      
      Per feedback.
      
      * Removed test print
      
      * Improved documentation of reset()
      
      * Add controller.reverse to test
      3dc32873
  37. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  38. 21 Sep, 2017 1 commit