1. 20 Aug, 2019 1 commit
  2. 09 Aug, 2019 1 commit
  3. 07 Aug, 2019 1 commit
  4. 20 Jun, 2019 1 commit
  5. 03 Jun, 2019 3 commits
  6. 16 May, 2019 1 commit
  7. 29 Apr, 2019 1 commit
  8. 09 Mar, 2019 1 commit
  9. 07 Mar, 2019 1 commit
  10. 01 Mar, 2019 2 commits
    • Tong Mu's avatar
      Add animation curve slowMiddle (#28540) · 2a046aa4
      Tong Mu authored
      * Add curve fastInFastOut
      
      * Rename it to slowCenter
      
      * Rename to slowMiddle
      
      * Add continuous test
      2a046aa4
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  11. 15 Feb, 2019 1 commit
  12. 14 Feb, 2019 1 commit
  13. 13 Feb, 2019 1 commit
  14. 24 Jan, 2019 2 commits
  15. 10 Jan, 2019 1 commit
  16. 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
  17. 16 Oct, 2018 2 commits
  18. 23 Sep, 2018 1 commit
  19. 12 Sep, 2018 1 commit
  20. 07 Sep, 2018 1 commit
  21. 29 Aug, 2018 1 commit
  22. 23 Aug, 2018 1 commit
  23. 06 Aug, 2018 1 commit
  24. 02 Aug, 2018 1 commit
  25. 27 Jul, 2018 1 commit
  26. 23 Jul, 2018 1 commit
  27. 16 Jul, 2018 2 commits
  28. 14 Mar, 2018 1 commit
  29. 12 Mar, 2018 1 commit
  30. 22 Feb, 2018 1 commit
  31. 02 Feb, 2018 1 commit
  32. 01 Feb, 2018 1 commit
  33. 17 Jan, 2018 1 commit
  34. 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