1. 06 May, 2022 1 commit
  2. 08 Oct, 2021 3 commits
  3. 22 Apr, 2021 2 commits
  4. 21 Apr, 2021 1 commit
  5. 29 Jan, 2021 1 commit
  6. 27 Jan, 2021 1 commit
  7. 05 Oct, 2020 1 commit
  8. 31 Aug, 2020 1 commit
    • Chris Bracken's avatar
      Prefer moreOrLessEquals over closeTo (#64915) · c0ea00ed
      Chris Bracken authored
      Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from
      the `matcher` package:
      
         * It emits the epsilon value in the test result on failure.
         * It uses a named parameter for epsilon, which improves readability
           at the call site.
         * It has a reasonable default for epsilon in cases where something
           more specific isn't required.
      
      Using it also has the nice property that it aids in its own discovery
      when when people go looking for such functionality in new tests.
      
      This change also includes a couple unrelated whitespace formatting cleanups.
      c0ea00ed
  9. 11 Jun, 2020 2 commits
  10. 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
  11. 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
  12. 17 Sep, 2019 1 commit
  13. 01 Mar, 2019 1 commit
  14. 15 Feb, 2019 1 commit
  15. 14 Feb, 2019 1 commit
  16. 13 Feb, 2019 1 commit
  17. 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
  18. 16 Oct, 2018 1 commit
  19. 02 Aug, 2018 1 commit
  20. 27 Jul, 2018 1 commit
  21. 23 Jul, 2018 1 commit
  22. 16 Jul, 2018 2 commits
  23. 14 Mar, 2018 1 commit
  24. 01 Feb, 2018 1 commit
  25. 04 Mar, 2017 1 commit
  26. 18 Feb, 2017 1 commit
  27. 09 Feb, 2017 1 commit
  28. 05 Jan, 2017 1 commit
  29. 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
  30. 09 Dec, 2016 1 commit
  31. 07 Sep, 2016 1 commit
  32. 24 Jun, 2016 2 commits