1. 20 Dec, 2017 1 commit
  2. 14 Dec, 2017 1 commit
  3. 23 Nov, 2017 1 commit
  4. 22 Nov, 2017 1 commit
  5. 08 Nov, 2017 1 commit
  6. 10 Oct, 2017 3 commits
  7. 03 Oct, 2017 1 commit
  8. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  9. 21 Sep, 2017 1 commit
  10. 15 Aug, 2017 1 commit
  11. 07 Aug, 2017 1 commit
  12. 15 Jun, 2017 1 commit
    • xster's avatar
      Create a CupertinoPageRoute (#10686) · 36c3a962
      xster authored
      * started copying stuff into cupertino page route
      
      * extracted from material page route. Ready for testing
      
      * works with button and gesture
      
      * tests and docs
      
      * review notes
      
      * review notes
      36c3a962
  13. 03 Jun, 2017 1 commit
  14. 06 May, 2017 1 commit
  15. 21 Apr, 2017 1 commit
  16. 19 Apr, 2017 1 commit
  17. 18 Apr, 2017 1 commit
    • xster's avatar
      Make Cupertino page transition elevation animated too (#9166) · 8ed17541
      xster authored
      * Make Cupertino page transition elevation animated too
      
      * Rename and change physical model to a decorated box
      
      * Tests
      
      * Add a comment
      
      * still need to handle null in the tween somewhere
      
      * nits
      
      * Tweens evaluate to the actual begin/end instances. Let them be non-null
      
      * Rename no decoration to none
      8ed17541
  18. 12 Apr, 2017 1 commit
  19. 05 Apr, 2017 1 commit
  20. 04 Apr, 2017 2 commits
  21. 03 Apr, 2017 2 commits
    • xster's avatar
      Make Cupertino page transitions match native behaviours (#9138) · 58ddde88
      xster authored
      * Moved stuff around yet
      
      * Fix depedencies
      
      * Add more dartdoc comments to packages
      
      * Remove Cupertino dependency on material
      
      * Removed mountain_view package and added page transition test
      
      * Fix analyze warnings
      
      * Remove commented code
      
      * Partial solution. Still need to stop the animation on the previous page for modal
      
      * Some review notes
      
      * Move the cupertino back gesture controller’s lifecycle management back to its parent
      
      * Reviews
      
      * Add background color
      
      * Directional curves, full screen transition
      
      * Don’t perform the exit animation if the incoming page is a dialog
      
      * It works!
      
      * Test structures
      
      * Add a bunch of more tests and fix the gallery
      
      * One more comment
      
      * Review notes
      
      * final controller
      
      * Use that sweet sweet `is!` keyword
      
      * Play golf, because I’m bitter that there’s no nullable `as` or something in dart
      
      * Remove a space
      
      * Review notes
      
      * Remove the last deprecated test
      58ddde88
    • xster's avatar
      Extract cupertino page transition out of material (#9059) · c7f98efb
      xster authored
      * Moved stuff around yet
      
      * Fix depedencies
      
      * Add more dartdoc comments to packages
      
      * Remove Cupertino dependency on material
      
      * Removed mountain_view package and added page transition test
      
      * Fix analyze warnings
      
      * Remove commented code
      
      * Some review notes
      
      * Move the cupertino back gesture controller’s lifecycle management back to its parent
      
      * Reviews
      
      * Add background color
      
      * final controller
      
      * Review notes
      c7f98efb
  22. 31 Mar, 2017 2 commits
  23. 29 Mar, 2017 1 commit
  24. 04 Mar, 2017 1 commit
  25. 01 Mar, 2017 1 commit
  26. 17 Feb, 2017 1 commit
  27. 31 Jan, 2017 1 commit
  28. 20 Jan, 2017 1 commit
    • Adam Barth's avatar
      Strengthen animation listener iteration patterns (#7566) · 0f1d9775
      Adam Barth authored
      This patch aligns the iteration patterns used by animations and
      ChangeNotifier. They now both respect re-entrant removal of listeners
      and coalesce duplication registrations. (Also, ChangeNotifier
      notification is no longer N^2).
      
      This patch introduces ObserverList to avoid the performance regression that the
      previous version of this patch caused.
      
      Fixes #7533
      0f1d9775
  29. 19 Jan, 2017 3 commits
  30. 18 Jan, 2017 1 commit
  31. 24 Oct, 2016 1 commit
  32. 14 Oct, 2016 1 commit
  33. 21 Sep, 2016 1 commit