1. 08 Jan, 2020 1 commit
    • Greg Spencer's avatar
      Add CatmullRomCurve and CatmullRomSpline (#47547) · 8b132015
      Greg Spencer authored
      This adds CatmullRomCurve animation curve, and a CatmullRomSpline, which is what it uses to do interpolation.
      
      This allows us to create animation curves which can smoothly interpolate the values given to the curve.
      
      Since I've introduced a 2D spline curve, I also created a Curve2D base class for such parametric curves.
      8b132015
  2. 07 Jan, 2020 1 commit
  3. 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
  4. 26 Nov, 2019 1 commit
  5. 04 Apr, 2019 1 commit
  6. 01 Mar, 2019 1 commit
  7. 15 Feb, 2019 2 commits
  8. 14 Feb, 2019 1 commit
  9. 13 Feb, 2019 1 commit
  10. 29 Jan, 2019 1 commit
  11. 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
  12. 09 Jan, 2019 1 commit
  13. 08 Jan, 2019 1 commit
    • Marco Scannadinari's avatar
      Add Robert Penner’s easing functions (#25788) · 57318fa3
      Marco Scannadinari authored
      * Add Robert Penner’s easing functions
      
      These easing functions are the most popular functions in use on the web
      and other platforms. Including them in Flutter will encourage users to
      create more engaging and attractive animations.
      57318fa3
  14. 16 Oct, 2018 1 commit
  15. 23 Sep, 2018 1 commit
  16. 12 Sep, 2018 1 commit
  17. 02 Aug, 2018 1 commit
  18. 31 Jul, 2018 1 commit
  19. 27 Jul, 2018 1 commit
  20. 23 Jul, 2018 1 commit
  21. 16 Jul, 2018 2 commits
  22. 05 Jun, 2018 1 commit
  23. 18 May, 2018 1 commit
  24. 17 May, 2018 1 commit
    • Greg Spencer's avatar
      Moving API doc asset URLs to point to the new location. (#17697) · ac67efbc
      Greg Spencer authored
      I'm moving the assets in the assets-for-api-docs repo to a slightly different location to help with organization in that repo, so this PR points the doc URLs to the new location. The old assets won't be removed until this PR makes its way to the API docs website.
      
      No documentation or code changes here, other than changing doc image URLs.
      ac67efbc
  25. 12 Mar, 2018 1 commit
  26. 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
  27. 16 Jun, 2017 1 commit
  28. 06 Jun, 2017 1 commit
  29. 01 Jun, 2017 1 commit
  30. 09 May, 2017 1 commit
  31. 03 May, 2017 1 commit
  32. 19 Apr, 2017 1 commit
  33. 04 Mar, 2017 1 commit
  34. 05 Jan, 2017 2 commits
  35. 16 Dec, 2016 1 commit
    • Ian Hickson's avatar
      Curves.decelerate (#7284) · 3e3d2192
      Ian Hickson authored
      Port DecelerateInterpolator to Flutter.
      
      Also, hide the Curve subclasses that you can't extend and that have no
      statics and are generally not useful.
      3e3d2192
  36. 28 Sep, 2016 1 commit
  37. 07 Sep, 2016 1 commit